API Reference
Class
GpoLinkSummary
Represents summary information for GPO links.
Inheritance
- Object
- GpoLinkSummary
Constructors
public GpoLinkSummary(String CanonicalName, Int32 EnabledCount, Int32 DisabledCount, Int32 BrokenCount) #Represents summary information for GPO links.
Parameters
- CanonicalName System.String
- EnabledCount System.Int32
- DisabledCount System.Int32
- BrokenCount System.Int32
Methods
public GpoLinkSummary <Clone>$() #Returns:
GpoLinkSummarypublic Void Deconstruct(out String CanonicalName, out Int32 EnabledCount, out Int32 DisabledCount, out Int32 BrokenCount) #Returns:
VoidParameters
- CanonicalName String
- EnabledCount Int32
- DisabledCount Int32
- BrokenCount Int32
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String