TeeObjectCommand.Variable Property

Definition

Variable parameter.

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

Property Value

Attributes

Applies to