AddTypeCommand.Name Property

Definition

The name of the type (class) used for auto-generated types.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FromMember", Position=0)]
[System.Management.Automation.ValidateTrustedData]
public string Name { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FromMember", Position=0)>]
[<System.Management.Automation.ValidateTrustedData>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Applies to