NewWSManInstanceCommand.SessionOption 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 following is the definition of the input parameter "SessionOption". Defines a set of extended options for the WSMan session.
[System.Management.Automation.Alias(new System.String[] { "so" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.WSMan.Management.SessionOption SessionOption { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "so" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.SessionOption : Microsoft.WSMan.Management.SessionOption with get, set
Public Property SessionOption As SessionOption
Property Value
- Attributes