WSManCredSSPCommandBase.Role 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.
Role can either "Client" or "Server".
[System.Management.Automation.Parameter(Mandatory=true, Position=0)]
[System.Management.Automation.ValidateSet(new System.String[] { "Client", "Server" })]
public string Role { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, Position=0)>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Client", "Server" })>]
member this.Role : string with get, set
Public Property Role As String
Property Value
- Attributes