Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a unique ID that is used to identify the session. Read-only.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property ExecutionID As String
Get
Set
'Usage
Dim instance As ExecutionHeader
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 read-only String value containing the unique ID of the ExecutionHeader.