Utils.GetAttributeTypeName Method
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim attributeType As AttributeType
Dim returnValue As String
returnValue = Utils.GetAttributeTypeName(attributeType)
Syntax
'Declaration
Public Shared Function GetAttributeTypeName ( _
attributeType As AttributeType _
) As String
public static string GetAttributeTypeName (
AttributeType attributeType
)
public:
static String^ GetAttributeTypeName (
AttributeType attributeType
)
public static String GetAttributeTypeName (
AttributeType attributeType
)
public static function GetAttributeTypeName (
attributeType : AttributeType
) : String
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
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace