Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the type of the property (default is typeof(string)).
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public override Type PropertyType { get; }
public:
property Type^ PropertyType {
virtual Type^ get() override;
}
override PropertyType : Type with get
Public Overrides ReadOnly Property PropertyType As Type
Property Value
Type: System.Type
See Also
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top