Partager via


AttributeDescription.DataType Property

Gets one of the AttributeType values that identifies the attribute datatype.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As AttributeDescription
Dim value As AttributeType

value = instance.DataType

Syntax

'Declaration
Public MustOverride ReadOnly Property DataType As AttributeType
public abstract AttributeType DataType { get; }
public:
virtual property AttributeType DataType {
    AttributeType get () abstract;
}
/** @property */
public abstract AttributeType get_DataType ()
public abstract function get DataType () : AttributeType

Property Value

Returns an AttributeType.

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

Reference

AttributeDescription Class
AttributeDescription Members
Microsoft.MetadirectoryServices Namespace
AttributeType
AttributeDescription Class