EnterPSSessionCommand.ContainerId Property

Definition

The Id of the target container.

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

Property Value

Attributes

Applies to