GetPSDriveCommand.LiteralName Property

Definition

Gets or sets the literal name parameter to the command.

public:
 property cli::array <System::String ^> ^ LiteralName { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ LiteralName { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] LiteralName { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="LiteralName", Position=0, ValueFromPipeline=false, ValueFromPipelineByPropertyName=true)]
public string[] LiteralName { get; set; }
member this.LiteralName : string[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="LiteralName", Position=0, ValueFromPipeline=false, ValueFromPipelineByPropertyName=true)>]
member this.LiteralName : string[] with get, set
Public Property LiteralName As String()

Property Value

String[]
Attributes

Applies to