adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityIdentifier Class / AccountResolved Property


In This Topic
    AccountResolved Property
    In This Topic
    Indicates whether the account was successfully resolved (SID mapped to name)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AccountResolved As Boolean
    public bool AccountResolved {get;}
    public:
    property bool AccountResolved {
       bool get();
    }
    See Also