ADForest Constructors

Definition

Overloads

ADForest()
ADForest(ADObject)
ADForest(Guid)
ADForest(SecurityIdentifier)
ADForest(String)

ADForest()

public ADForest ();

Applies to

ADForest(ADObject)

public ADForest (Microsoft.ActiveDirectory.Management.ADObject adobject);

Parameters

adobject
ADObject

Applies to

ADForest(Guid)

public ADForest (Guid guid);

Parameters

guid
Guid

Applies to

ADForest(SecurityIdentifier)

public ADForest (System.Security.Principal.SecurityIdentifier sid);

Parameters

Applies to

ADForest(String)

public ADForest (string identity);

Parameters

identity
String

Applies to