Option.ValueType 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.
The Type that the option's arguments are expected to be parsed as.
public:
abstract property Type ^ ValueType { Type ^ get(); };
public:
property Type ^ ValueType { Type ^ get(); };
public abstract Type ValueType { get; }
public Type ValueType { get; }
member this.ValueType : Type
Public MustOverride ReadOnly Property ValueType As Type
Public ReadOnly Property ValueType As Type