JobInstanceID Property (ScriptHostInterface)
In This Topic
Gets the unique ID for this job instance.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Shared ReadOnly Property JobInstanceID As String
[CanBeNull()]
public static string JobInstanceID {get;}
[CanBeNull()]
public:
static property String^ JobInstanceID {
String^ get();
}
See Also