SchemaAttribute.DataType Property
Retrieves the data type of this attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As SchemaAttribute
Dim value As AttributeType
value = instance.DataType
Syntax
'Declaration
Public ReadOnly Property DataType As AttributeType
public AttributeType DataType { get; }
public:
property AttributeType DataType {
AttributeType get ();
}
/** @property */
public AttributeType get_DataType ()
public function get DataType () : AttributeType
Property Value
Returns 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
SchemaAttribute Class
SchemaAttribute Members
Microsoft.MetadirectoryServices Namespace