Click or drag to resize
TypeConverterGetDataTypeExtended Method
Returns the extended data type for a given object

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

Parameters

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

Return Value

Type: ExtendedAttributeType
A value of the AttributeType enumeration
See Also