LastInstanceID Property (JobStatus)
In This Topic
The instance number of the current or most recent instance
Syntax
'Declaration
Public ReadOnly Property LastInstanceID As Integer
public int LastInstanceID {get;}
public:
property int LastInstanceID {
int get();
}
See Also