RemoteSystemSessionOptions.IsInviteOnly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出此 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
|