RemoteSystemSessionOptions Class

Definition

Contains additional options that a RemoteSystemSessionController instance can specify when attempting to create a remote session.

public ref class RemoteSystemSessionOptions sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemSessionOptions final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemSessionOptions
function RemoteSystemSessionOptions()
Public NotInheritable Class RemoteSystemSessionOptions
Inheritance
Object Platform::Object IInspectable RemoteSystemSessionOptions
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)
App capabilities
remoteSystem

Constructors

RemoteSystemSessionOptions()

Initializes an instance of the RemoteSystemSessionOptions class.

Properties

IsInviteOnly

Indicates whether or not the session described by this RemoteSystemSessionOptions instance should be discoverable by invite only.

Applies to