API Reference
Class
Options (ForestReplicationPostureService)
Options controlling forest replication posture evaluation.
Inheritance
- Object
- Options
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Optional domain scope. Null queries the current forest.
public Boolean Outbound { get; set; } #When true, queries outbound neighbors instead of inbound.
public Int32 StaleThresholdHours { get; set; } #Stale threshold in hours.
public Int32 MaxFailingEdges { get; set; } #Maximum failing edge rows to keep in the final view.
public Int32 MaxDomainControllers { get; set; } #Maximum domain controllers to enumerate during automatic discovery.
public ReplicationQueryMode QueryMode { get; set; } #Replication query mode to use.