EditorOptionDefinition<T>.ValueType Property

Definition

Gets the actual type of the option.

public:
 property Type ^ ValueType { Type ^ get(); };
public:
 property Platform::Type ^ ValueType { Platform::Type ^ get(); };
public override sealed Type ValueType { get; }
member this.ValueType : Type
Public Overrides NotOverridable ReadOnly Property ValueType As Type

Property Value

The type of the option.

Applies to