RemoteSystemSessionJoinResult.Session 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 RemoteSystemSession 对象,该对象表示 (加入的会话(如果联接尝试成功) )。
public:
property RemoteSystemSession ^ Session { RemoteSystemSession ^ get(); };
RemoteSystemSession Session();
public RemoteSystemSession Session { get; }
var remoteSystemSession = remoteSystemSessionJoinResult.session;
Public ReadOnly Property Session As RemoteSystemSession
属性值
如果) 联接尝试成功,则表示 (加入的会话的 RemoteSystemSession 对象。 如果尝试失败,则此值为 null。
Windows 要求
应用功能 |
remoteSystem
|