Share via


RemoteSystemSessionJoinResult.Session 속성

정의

조인 시도가 성공한 경우 조인된 세션을 나타내는 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

적용 대상