API Reference
Class
PolicyAttribution
Attribution row for a single evaluated setting with effective value and source GPOs.
Inheritance
- Object
- PolicyAttribution
Constructors
public PolicyAttribution(String Setting, String Key, String ValueName, String Effective, GpoRef EffectiveGpo, IReadOnlyList<GpoRef> Sources) #Attribution row for a single evaluated setting with effective value and source GPOs.
Parameters
- Setting System.String
- Key System.String
- ValueName System.String
- Effective System.String
- EffectiveGpo ADPlayground.Gpo.GpoRef
- Sources System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoRef}
Methods
public PolicyAttribution <Clone>$() #Returns:
PolicyAttributionpublic Void Deconstruct(out String Setting, out String Key, out String ValueName, out String Effective, out GpoRef EffectiveGpo, out IReadOnlyList<GpoRef> Sources) #Returns:
VoidParameters
- Setting String
- Key String
- ValueName String
- Effective String
- EffectiveGpo GpoRef
- Sources IReadOnlyList<GpoRef>
public override Int32 GetHashCode() #Returns:
Int32