InvokeWebServiceActivity.SessionId 속성

정의

세션이 활동에서 공유되는지 여부 또는 새 세션이 사용되는지 여부를 나타내는 세션 식별자를 가져오거나 설정합니다.

public:
 property System::String ^ SessionId { System::String ^ get(); void set(System::String ^ value); };
public string SessionId { get; set; }
member this.SessionId : string with get, set
Public Property SessionId As String

속성 값

이전 세션의 SessionId가 포함된 식별자 또는 새 세션이 사용됨을 나타내는 빈 String입니다. 기본값은 빈 String입니다.

설명

이전 SessionId가 사용되는 경우 세션이 공유됩니다.

적용 대상

추가 정보