WriteAliasCommandBase.Value Property

Definition

The Value parameter for the command.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Value { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Value { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, Position=1, ValueFromPipelineByPropertyName=true)]
public string Value { get; set; }
member this.Value : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, Position=1, ValueFromPipelineByPropertyName=true)>]
member this.Value : string with get, set
Public Property Value As String

Property Value

Attributes

Applies to