API Reference
Struct
GpoLinkInfo
Represents a Group Policy link on an Active Directory object.
Inheritance
- ValueType
- GpoLinkInfo
Constructors
public GpoLinkInfo(String ObjectDn, Guid GpoId, String ObjectName, Int32 LinkOrder, Boolean IsEnforced) #Represents a Group Policy link on an Active Directory object.
Parameters
- ObjectDn System.String
- GpoId System.Guid
- ObjectName System.String
- LinkOrder System.Int32
- IsEnforced System.Boolean
Methods
public Void Deconstruct(out String ObjectDn, out Guid GpoId, out String ObjectName, out Int32 LinkOrder, out Boolean IsEnforced) #Returns:
VoidParameters
- ObjectDn String
- GpoId Guid
- ObjectName String
- LinkOrder Int32
- IsEnforced Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String