API Reference
Class
GpoIntegrityView
Integrity view containing detected problems for a domain.
Inheritance
- Object
- GpoIntegrityView
Constructors
public GpoIntegrityView(Boolean CollectionSucceeded, String CollectionError, String DomainName, IReadOnlyList<GpoBrokenItem> Items) #Integrity view containing detected problems for a domain.
Parameters
- CollectionSucceeded System.Boolean
- True when integrity collection completed successfully.
- CollectionError System.String
- Error details when collection fails; null when successful.
- DomainName System.String
- Domain DNS name.
- Items System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoIntegrityService.GpoBrokenItem}
- List of broken items.
Methods
public GpoIntegrityView <Clone>$() #Returns:
GpoIntegrityViewpublic Void Deconstruct(out Boolean CollectionSucceeded, out String CollectionError, out String DomainName, out IReadOnlyList<GpoBrokenItem> Items) #Returns:
VoidParameters
- CollectionSucceeded Boolean
- CollectionError String
- DomainName String
- Items IReadOnlyList<GpoBrokenItem>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String