When overridden in a derived class, gets the type of the property.
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Public ReadOnly Property PropertyType As Type |
| C# | |
|---|
public override Type PropertyType {get;} |
| C++/CLI | |
|---|
public:
property Type^ PropertyType override {
Type^ get();
} |
Property Value
A
System.Type that represents the type of the property.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also