Microsoft Identity Integration Server 2003 Developer Reference |
The AttributeType enumeration is used to identify the type of data that an attribute contains. The Attrib.DataType property contains one of the values of this enumeration.
public enum AttributeType
Member | Description |
---|---|
String | The attribute consists of String values. |
Integer | The attribute consists of Int64 values. |
Reference | The attribute consists of ReferenceValue values. |
Binary | The attribute consists of binary values. |
Boolean | The attribute consists of Boolean values. |
Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.