AddTypeCommand.Namespace Property

Definition

The namespace used for the auto-generated type.

[System.Management.Automation.Alias(new System.String[] { "NS" })]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(ParameterSetName="FromMember")]
public string Namespace { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "NS" })>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(ParameterSetName="FromMember")>]
member this.Namespace : string with get, set
Public Property Namespace As String

Property Value

Attributes

Applies to