adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CredentialProfile Class / IsLocalSystem Property


In This Topic
    IsLocalSystem Property
    In This Topic
    Indicates whether this profile represents the System account on Windows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLocalSystem As Boolean
    public bool IsLocalSystem {get;}
    public:
    property bool IsLocalSystem {
       bool get();
    }
    See Also