API Reference
Struct
GraphEdge
Represents a relationship between two Active Directory objects.
Inheritance
- ValueType
- GraphEdge
Constructors
public GraphEdge(String From, String To, String Type) #Represents a relationship between two Active Directory objects.
Parameters
- From System.String
- Starting object distinguished name or SID.
- To System.String
- Target object distinguished name or SID.
- Type System.String
- Relationship type (e.g. MemberOf, WriteMembers).