ExecutionID 属性

Gets or sets a string that uniquely identifies the current execution.

命名空间:  ReportExecution2005
程序集:  ReportExecution2005(在 ReportExecution2005.dll 中)

语法

声明
Public Property ExecutionID As String
    Get
    Set
用法
Dim instance As ExecutionInfo
Dim value As String

value = instance.ExecutionID

instance.ExecutionID = value
public string ExecutionID { get; set; }
public:
property String^ ExecutionID {
    String^ get ();
    void set (String^ value);
}
member ExecutionID : string with get, set
function get ExecutionID () : String
function set ExecutionID (value : String)

属性值

类型:System. . :: . .String
A String value.

注释

The ExecutionID matches the value in the ExecutionHeader returned by the ExecutionHeaderValue property in the SOAP header.

.