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