Gets or sets the name 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 string PropertyName { get; set; } |
| Visual Basic |
|---|
Public Property PropertyName As String Get Set |
| Visual C++ |
|---|
public: property String^ PropertyName { String^ get (); void set (String^ value); } |