UpdateTypeDataCommand.TypeName Property

Definition

The type name we want to update on.

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TypeName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string TypeName { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="DynamicTypeSet", ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string TypeName { get; set; }
member this.TypeName : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="DynamicTypeSet", ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.TypeName : string with get, set
Public Property TypeName As String

Property Value

Attributes

Applies to