PropertyExtension<TTargetElementType>.PropertyType Property
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