Gets or sets the type of the property.
Namespace: FirstFloor.SilverlightSpy.InteropAssembly: FirstFloor.SilverlightSpy.Interop (in FirstFloor.SilverlightSpy.Interop.dll) Version: 4.0.0.0 (4.0.4.0)
Syntax
| C# |
|---|
public Type PropertyType { get; set; } |
| Visual Basic |
|---|
Public Property PropertyType As Type Get Set |
| Visual C++ |
|---|
public: property Type^ PropertyType { Type^ get (); void set (Type^ value); } |