API Reference
Class
View (EveryoneIncludesAnonymousPolicyService)
Aggregated view with effective DWORD, Enabled/Disabled flags and attribution.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when EveryoneIncludesAnonymous policy collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String TargetDn { get; set; } #ResultMetadataTarget distinguished name (Domain Controllers OU).
public Nullable<UInt32> EffectiveValue { get; set; } #Effective DWORD for EveryoneIncludesAnonymous (null when not set).
public Boolean Enabled { get; } #True when the policy is enabled (anonymous treated as Everyone).
public Boolean Disabled { get; } #True when the policy is disabled (recommended).
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #ResultMetadataPolicy attribution rows (winner + sources) for EveryoneIncludesAnonymous.