共用方式為


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,則會共用工作階段。

適用於

另請參閱