AttributeType Enumeration
Used to identify the type of data that an attribute contains. The DataType property contains one of the values of this enumeration.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As AttributeType
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration AttributeType
[SerializableAttribute]
public enum AttributeType
[SerializableAttribute]
public enum class AttributeType
/** @attribute SerializableAttribute() */
public enum AttributeType
SerializableAttribute
public enum AttributeType
Members
Member name | Description |
---|---|
Binary | The attribute consists of binary values. |
Boolean | The attribute consists of System.Boolean values. |
Integer | The attribute consists of System.Int64 values. |
Reference | The attribute consists of ReferenceValue values. |
String | The attribute consists of System.String values. |
Undefined |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.MetadirectoryServices Namespace
DataType
ReferenceValue
Microsoft.MetadirectoryServices