共用方式為


RemoteSystemSessionOptions.IsInviteOnly 屬性

定義

指出此 RemoteSystemSessionOptions 實例所描述的會話是否應該只能透過邀請來探索。

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

屬性值

Boolean

bool

如果對應的會話只能針對收到邀請的系統進行探索,則值為 true ,如果會話會公開可探索,則為 false

Windows 需求

應用程式功能
remoteSystem

適用於

另請參閱