AddTypeCommand.AssemblyName Property

Definition

The name of the assembly to load.

[System.Management.Automation.Alias(new System.String[] { "AN" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FromAssemblyName")]
[System.Management.Automation.ValidateTrustedData]
public string[] AssemblyName { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "AN" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="FromAssemblyName")>]
[<System.Management.Automation.ValidateTrustedData>]
member this.AssemblyName : string[] with get, set
Public Property AssemblyName As String()

Property Value

String[]
Attributes

Applies to