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