Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Dim instance As AttributeType
'Declaration
<SerializableAttribute> _
Public Enumeration AttributeType
[SerializableAttribute]
public enum AttributeType
[SerializableAttribute]
public enum class AttributeType
/** @attribute SerializableAttribute() */
public enum AttributeType
SerializableAttribute
public enum AttributeType
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 |
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Microsoft.MetadirectoryServices Namespace
DataType
ReferenceValue
Microsoft.MetadirectoryServices