Determines whether this property has a default value.
Namespace: FirstFloor.SilverlightSpy.InteropAssembly: FirstFloor.SilverlightSpy.Interop (in FirstFloor.SilverlightSpy.Interop.dll) Version: 4.0.0.0 (4.0.4.0)
Syntax
| C# |
|---|
public bool HasDefaultValue { get; set; } |
| Visual Basic |
|---|
Public Property HasDefaultValue As Boolean Get Set |
| Visual C++ |
|---|
public: property bool HasDefaultValue { bool get (); void set (bool value); } |