TypeConverterGetDataType Method |
Returns the metadirectory services data type for a given object
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static AttributeType GetDataType(
Object obj
)
Public Shared Function GetDataType (
obj As Object
) As AttributeType
public:
static AttributeType GetDataType(
Object^ obj
)
Parameters
- obj
- Type: SystemObject
The object to determine the data type for
Return Value
Type:
AttributeTypeA value of the
AttributeType enumeration
See Also