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