EditorOptionDefinition<T>.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:
property System::Object ^ DefaultValue { System::Object ^ get(); };
public:
property Platform::Object ^ DefaultValue { Platform::Object ^ get(); };
public override sealed object DefaultValue { get; }
member this.DefaultValue : obj
Public Overrides NotOverridable ReadOnly Property DefaultValue As Object
Property Value
The default value.