Share via


Property.PropertyType Property

Gets the Type of the property.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property PropertyType As Type
public virtual Type PropertyType { get; }
public:
virtual property Type^ PropertyType {
    Type^ get ();
}
public function get PropertyType () : Type

See Also

Property Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace