API Reference
Class
DirectoryEssentialsForestAclOwner
Forest ACL owner row (non-admin or unknown owners).
Inheritance
- Object
- DirectoryEssentialsForestAclOwner
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
Constructors
public DirectoryEssentialsForestAclOwner() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ObjectType { get; set; } #Object type (user, group, computer, organizationalUnit, etc.).
public String DistinguishedName { get; set; } #Object distinguished name.
public String CanonicalName { get; set; } #Object canonical name.
public String DomainName { get; set; } #Domain DNS name.
public String OwnerName { get; set; } #Owner display name.
public String OwnerSid { get; set; } #Owner SID value.
public DirectoryEssentialsOwnerType OwnerType { get; set; } #Owner type classification.
public String Error { get; set; } #Error captured while resolving ownership (if any).