Share via


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 が使用される場合、セッションは共有されます。

適用対象

こちらもご覧ください