ModelProperty.DefaultValue Property
When overridden in a derived class, gets the default value for this property.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DefaultValue As Object
'Usage
Dim instance As ModelProperty
Dim value As Object
value = instance.DefaultValue
public abstract Object DefaultValue { get; }
public:
virtual property Object^ DefaultValue {
Object^ get () abstract;
}
public abstract function get DefaultValue () : Object
Property Value
Type: System.Object
An object representing the default value for this property. If the property does not define a default value, this property returns nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace