InvokeWebServiceActivity.SessionId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定工作階段識別項,這個識別項會指出工作階段是否供整個活動共用,或是否使用新的工作階段。
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,則會共用工作階段。