JobInstanceID Property (IApplicationIntegration)
In This Topic
Gets the unique ID for this job instance.
Syntax
'Declaration
ReadOnly Property JobInstanceID As String
string JobInstanceID {get;}
property String^ JobInstanceID {
String^ get();
}
See Also