Propriété ExecutionInfo.ExecutionID
Gets or sets a string that uniquely identifies the current execution.
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (en ReportExecution2005.dll)
Syntaxe
'Déclaration
Public Property ExecutionID As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A String value.
Notes
The ExecutionID matches the value in the ExecutionHeader returned by the ExecutionHeaderValue property in the SOAP header.
.