Gets one of the AttributeType values that identifies the type of data that is contained by the attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As Attrib
Dim value As AttributeType

value = instance.DataType

Syntax

Visual Basic
Public MustOverride ReadOnly Property DataType As AttributeType
C#
public abstract AttributeType DataType { get; }
C++
public:
virtual property AttributeType DataType {
		AttributeType get () abstract;
}
J#
/** @property */
public abstract AttributeType get_DataType ()
JScript
public abstract function get DataType () : AttributeType

Property Value

Returns an AttributeType object.

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

Target Platforms

See Also