AuthorizingLoginOID Property
In This Topic
The OID of the SecurityLogin with permission to run the target job.
Syntax
'Declaration
Public Property AuthorizingLoginOID As OID
public OID AuthorizingLoginOID {get; set;}
public:
property OID^ AuthorizingLoginOID {
OID^ get();
void set ( OID^ value);
}
See Also