API Reference
Class
DirectoryOrganizationalUnitContentItem
Represents an object contained within an organizational unit query.
Inheritance
- Object
- DirectoryOrganizationalUnitContentItem
Constructors
public DirectoryOrganizationalUnitContentItem() #Inherited Methods
Properties
public String DomainName { get; set; } #Gets the domain DNS name used for lookup.
public String OrganizationalUnitDistinguishedName { get; set; } #Gets the parent OU distinguished name used as the search base.
public String DistinguishedName { get; set; } #Gets the object distinguished name.
public String Name { get; set; } #Gets the object name.
public String ObjectClass { get; set; } #Gets the primary object class.
public IReadOnlyList<String> ObjectClasses { get; set; } #Gets all object classes.
public String SamAccountName { get; set; } #Gets sAMAccountName when available.
public String UserPrincipalName { get; set; } #Gets userPrincipalName when available.
public String DnsHostName { get; set; } #Gets dNSHostName when available.
public String Description { get; set; } #Gets description when available.
public Nullable<DateTime> WhenCreated { get; set; } #Gets object creation timestamp.
public Nullable<DateTime> WhenChanged { get; set; } #Gets object change timestamp.
public IReadOnlyDictionary<String, Object> Attributes { get; set; } #Gets additional attributes requested by the caller.