Share via


Utils.GetAttributeType Method

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

Usage

'Usage
Dim attributeName As String
Dim type As AttributeType
Dim isMultivalued As Boolean

Utils.GetAttributeType(attributeName, type, isMultivalued)

Syntax

'Declaration
Public Shared Sub GetAttributeType ( _
    attributeName As String, _
    <OutAttribute> ByRef type As AttributeType, _
    <OutAttribute> ByRef isMultivalued As Boolean _
)
public static void GetAttributeType (
    string attributeName,
    out AttributeType type,
    out bool isMultivalued
)
public:
static void GetAttributeType (
    String^ attributeName, 
    [OutAttribute] AttributeType% type, 
    [OutAttribute] bool% isMultivalued
)
public static void GetAttributeType (
    String attributeName, 
    /** @attribute OutAttribute() */ /** @ref */ AttributeType type, 
    /** @attribute OutAttribute() */ /** @ref */ boolean isMultivalued
)

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

Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace