RemoteSystemSessionOptions.IsInviteOnly Property

Definition

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

public:
 property bool IsInviteOnly { bool get(); void set(bool value); };
bool IsInviteOnly();

void IsInviteOnly(bool value);
public bool IsInviteOnly { get; set; }
var boolean = remoteSystemSessionOptions.isInviteOnly;
remoteSystemSessionOptions.isInviteOnly = boolean;
Public Property IsInviteOnly As Boolean

Property Value

Boolean

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.

Windows requirements

App capabilities
remoteSystem

Applies to

See also