HierarchyNode.Create Method

Creates an instance of the HierarchyNode class.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim dn As String
Dim displayName As String
Dim returnValue As HierarchyNode

returnValue = HierarchyNode.Create(dn, displayName)

Syntax

'Declaration
Public Shared Function Create ( _
    dn As String, _
    displayName As String _
) As HierarchyNode
public static HierarchyNode Create (
    string dn,
    string displayName
)
public:
static HierarchyNode^ Create (
    String^ dn, 
    String^ displayName
)
public static HierarchyNode Create (
    String dn, 
    String displayName
)
public static function Create (
    dn : String, 
    displayName : String
) : HierarchyNode

Parameters

Return Value

Returns HierarchyNode.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

HierarchyNode Class
HierarchyNode Members
Microsoft.MetadirectoryServices Namespace