API Reference
Class
View (EveryoneIncludesAnonymousEvaluator)
Result view for the policy evaluation.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Nullable<UInt32> EffectiveValue, Boolean Disabled) #Result view for the policy evaluation.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- OU distinguished name used for policy resolution.
- EffectiveValue System.Nullable{System.UInt32}
- Effective DWORD for EveryoneIncludesAnonymous.
- Disabled System.Boolean
- True when the setting is disabled (value 0 or not set).
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<UInt32> EffectiveValue, out Boolean Disabled) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- EffectiveValue Nullable<UInt32>
- Disabled Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #Target domain.
public String TargetDn { get; set; } #OU distinguished name used for policy resolution.
public Nullable<UInt32> EffectiveValue { get; set; } #Effective DWORD for EveryoneIncludesAnonymous.
public Boolean Disabled { get; set; } #True when the setting is disabled (value 0 or not set).