Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a string that uniquely identifies the current execution.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property ExecutionID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value.
Remarks
The ExecutionID matches the value in the ExecutionHeader returned by the ExecutionHeaderValue property in the SOAP header.
.