API Reference
Class
DirectoryOrganizationalUnitListItem
Represents one organizational unit row returned by list operations.
Inheritance
- Object
- DirectoryOrganizationalUnitListItem
Constructors
public DirectoryOrganizationalUnitListItem() #Inherited Methods
Properties
public String DomainName { get; set; } #Gets the domain DNS name.
public String DistinguishedName { get; set; } #Gets the OU distinguished name.
public String Name { get; set; } #Gets the OU display name.
public String ParentDistinguishedName { get; set; } #Gets the parent distinguished name.
public String CanonicalName { get; set; } #Gets the canonical name when available.
public Int32 Depth { get; set; } #Gets the OU nesting depth (count of OU components in DN).
public Boolean InheritanceBlocked { get; set; } #Gets whether inheritance is blocked (gpOptions bit 0).
public String GpLink { get; set; } #Gets raw gPLink.
public String Description { get; set; } #Gets description.
public String ManagedBy { get; set; } #Gets managedBy distinguished name.
public Nullable<DateTime> WhenCreated { get; set; } #Gets whenCreated.
public Nullable<DateTime> WhenChanged { get; set; } #Gets whenChanged.
public IReadOnlyDictionary<String, Object> Attributes { get; set; } #Gets optional custom attributes.