TestimoX

API Reference

Struct

GpoLinkInfo

Namespace ADPlayground.Gpo
Assembly ADPlayground
Base ValueType
Implements
IEquatable<GpoLinkInfo>
Modifiers sealed

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 requiredposition: 0
GpoId System.Guid requiredposition: 1
ObjectName System.String requiredposition: 2
LinkOrder System.Int32 requiredposition: 3
IsEnforced System.Boolean requiredposition: 4

Methods

public Void Deconstruct(out String ObjectDn, out Guid GpoId, out String ObjectName, out Int32 LinkOrder, out Boolean IsEnforced) #
Returns: Void

Parameters

ObjectDn String requiredposition: 0
GpoId Guid requiredposition: 1
ObjectName String requiredposition: 2
LinkOrder Int32 requiredposition: 3
IsEnforced Boolean requiredposition: 4
public virtual Boolean Equals(GpoLinkInfo other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String ObjectDn { get; set; } #
public Guid GpoId { get; set; } #
public String ObjectName { get; set; } #
public Int32 LinkOrder { get; set; } #
public Boolean IsEnforced { get; set; } #