PSRemotingBaseCmdlet.Subsystem 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.
Gets or sets a value for the SSH subsystem to use for the remote connection.
[System.Management.Automation.Parameter(ParameterSetName="SSHHost", ValueFromPipelineByPropertyName=true)]
public virtual string Subsystem { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="SSHHost", ValueFromPipelineByPropertyName=true)]
public string Subsystem { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="SSHHost", ValueFromPipelineByPropertyName=true)>]
member this.Subsystem : string with get, set
member this.Subsystem : string with get, set
Public Overridable Property Subsystem As String
Public Property Subsystem As String
Property Value
- Attributes