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
|