Click or drag to resize
TypeConverterGetDataType Method
Returns the metadirectory services data type for a given object

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static AttributeType GetDataType(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to determine the data type for

Return Value

Type: AttributeType
A value of the AttributeType enumeration
See Also