EditorOptionDefinition.DefaultValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default value of the option.
public:
abstract property System::Object ^ DefaultValue { System::Object ^ get(); };
public:
abstract property Platform::Object ^ DefaultValue { Platform::Object ^ get(); };
public abstract object DefaultValue { get; }
member this.DefaultValue : obj
Public MustOverride ReadOnly Property DefaultValue As Object
Property Value
The default value.
Remarks
The type of the value must be the same as the ValueType.