UpdateTypeDataCommand.TypeConverter Property

Definition

The type converter to be added.

public:
 property Type ^ TypeConverter { Type ^ get(); void set(Type ^ value); };
public:
 property Platform::Type ^ TypeConverter { Platform::Type ^ get(); void set(Platform::Type ^ value); };
public Type TypeConverter { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")]
[System.Management.Automation.ValidateNotNull]
public Type TypeConverter { get; set; }
member this.TypeConverter : Type with get, set
[<System.Management.Automation.Parameter(ParameterSetName="DynamicTypeSet")>]
[<System.Management.Automation.ValidateNotNull>]
member this.TypeConverter : Type with get, set
Public Property TypeConverter As Type

Property Value

Attributes

Applies to