EnterPSSessionCommand.ContainerId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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