RemoteSystemSessionOptions.IsInviteOnly Eigenschaft

Definition

Gibt an, ob die in diesem RemoteSystemSessionOptions-instance beschriebene Sitzung nur von "invite" erkannt werden kann.

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

Eigenschaftswert

Boolean

bool

Der Wert true , wenn die entsprechende Sitzung nur für Systeme auffindbar ist, die eine Einladung empfangen, false , wenn die Sitzung öffentlich auffindbar ist.

Windows-Anforderungen

App-Funktionen
remoteSystem

Gilt für:

Weitere Informationen