EnterPSSessionCommand.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.
Virtual machine name.
public:
property System::String ^ VMName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ VMName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string VMName { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMName", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string VMName { get; set; }
member this.VMName : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMName", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VMName : string with get, set
Public Property VMName As String
Property Value
- Attributes