API Reference
Class
DirectoryMutationResult
Represents the outcome of a directory write operation.
Inheritance
- Object
- DirectoryMutationResult
Constructors
public DirectoryMutationResult() #Inherited Methods
Properties
public String Operation { get; set; } #Gets the operation name.
public String ObjectType { get; set; } #Gets the object type affected by the operation.
public String Identity { get; set; } #Gets the identity value used for the operation.
public String DistinguishedName { get; set; } #Gets the distinguished name of the affected object.
public String DomainName { get; set; } #Gets the domain used for the operation.
public Boolean Changed { get; set; } #Gets whether the directory state changed.
public String Message { get; set; } #Gets a short operation detail message.
public IReadOnlyList<String> UpdatedAttributes { get; set; } #Gets the attributes updated by the operation.
public IReadOnlyList<String> ClearedAttributes { get; set; } #Gets the attributes cleared by the operation.
public DateTime TimestampUtc { get; set; } #Gets the UTC timestamp when the operation result was created.