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


In This Topic
    Domain Property (SecurityIdentifier)
    In This Topic
    The Windows domain
    Syntax
    'Declaration
     
    
    Public Property Domain As String
    public string Domain {get; set;}
    public:
    property String^ Domain {
       String^ get();
       void set (    String^ value);
    }
    See Also