EditorOptionDefinition.DefaultValue Property

Definition

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.

Applies to