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