RemoteSystemSessionOptions RemoteSystemSessionOptions RemoteSystemSessionOptions RemoteSystemSessionOptions Class

Definition

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

public : sealed class RemoteSystemSessionOptions : IRemoteSystemSessionOptionspublic sealed class RemoteSystemSessionOptions : IRemoteSystemSessionOptionsPublic NotInheritable Class RemoteSystemSessionOptions Implements IRemoteSystemSessionOptions// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Constructors

RemoteSystemSessionOptions() RemoteSystemSessionOptions() RemoteSystemSessionOptions() RemoteSystemSessionOptions()

Initializes an instance of the RemoteSystemSessionOptions class.

public : RemoteSystemSessionOptions()public RemoteSystemSessionOptions()Public Sub New()// You can use this method in JavaScript.

Properties

IsInviteOnly IsInviteOnly IsInviteOnly IsInviteOnly

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

public : PlatForm::Boolean IsInviteOnly { get; set; }public bool IsInviteOnly { get; set; }Public ReadWrite Property IsInviteOnly As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A value of true if the corresponding session will only be discoverable for systems that receive an invitation, false if the session will be publicly discoverable.