Microsoft Identity Integration Server 2003 Developer Reference

AttributeDescription.DataType

The AttributeDescription.DataType property retrieves one of the AttributeType values that identifies the attribute datatype.
[C#]
public abstract AttributeType DataType {get;}
[Visual Basic .NET]
Public MustOverride ReadOnly Property DataType As AttributeType

Requirements

Product: Microsoft Identity Integration Server 2003 Service Pack 1
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

AttributeType