API Reference
Class
ForestAclOwnerRow
Represents object ownership information for forest ACL reporting.
Inheritance
- Object
- ForestAclOwnerRow
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 ForestAclOwnerRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ObjectType { get; set; } #Directory object class (user/group/computer/ou).
public String DomainName { get; set; } #Domain DNS name.
public String DistinguishedName { get; set; } #Distinguished name.
public String OwnerName { get; set; } #Owner display name.
public String OwnerSid { get; set; } #Owner SID.
public AclOwnerType OwnerType { get; set; } #Owner type classification.