DataType property
- Last UpdatedJul 22, 2024
- 1 minute read
Returns the type property of the attribute.
Class
IAttribute
Syntax
[C#]
MxDataType DataType { get; };
[Visual C++]
HRESULT DataType(
[out, retval] MxDataType* dataType
);
Parameters
dataType
Returns the type property of the attribute.