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,则共享会话。

适用于

另请参阅