Поделиться через


Свойство 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.

.