CallingInstanceOID Property
In This Topic
The OID of the job instance that called this instance, if any.
Syntax
'Declaration
Public ReadOnly Property CallingInstanceOID As OID
public OID CallingInstanceOID {get;}
public:
property OID^ CallingInstanceOID {
OID^ get();
}
See Also