AddTypeCommand.UsingNamespace Property

Definition

Any using statements required by the auto-generated type.

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

Property Value

String[]
Attributes

Applies to