Compartilhar via


RemoteSystemSessionOptions.IsInviteOnly Propriedade

Definição

Indica se a sessão descrita por esta instância RemoteSystemSessionOptions deve ser detectável somente por convite.

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 da propriedade

Boolean

bool

Um valor true se a sessão correspondente só será detectável para sistemas que recebem um convite, false se a sessão for publicamente detectável.

Requisitos do Windows

Funcionalidades do aplicativo
remoteSystem

Aplica-se a

Confira também