Compartir a través de


RemoteSystemSessionOptions.IsInviteOnly Propiedad

Definición

Indica si la sesión descrita por esta instancia remoteSystemSessionOptions debe detectarse solo mediante invitación.

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

Valor de propiedad

Boolean

bool

Valor true si la sesión correspondiente solo se podrá detectar para los sistemas que reciben una invitación, false si la sesión se podrá detectar públicamente.

Requisitos de Windows

Características de aplicaciones
remoteSystem

Se aplica a

Consulte también