PSSession.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.
Id of the container target.
public:
property System::String ^ ContainerId { System::String ^ get(); };
public:
property Platform::String ^ ContainerId { Platform::String ^ get(); };
public string ContainerId { get; }
member this.ContainerId : string
Public ReadOnly Property ContainerId As String