API Reference
Class
DirectoryOrganizationalUnitContentItem
Represents an object contained within an organizational unit query.
Inheritance
- Object
- DirectoryOrganizationalUnitContentItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public DirectoryOrganizationalUnitContentItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.