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