adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / LoginOID Property


In This Topic
    LoginOID Property
    In This Topic
    Gets the OID of the SecurityLogin that the client is connected as.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property LoginOID As OID
    [CanBeNull()]
    public OID LoginOID {get;}
    [CanBeNull()]
    public:
    property OID^ LoginOID {
       OID^ get();
    }
    See Also