PutMxSecurityClassification method
- Last UpdatedJul 23, 2024
- 1 minute read
Stores an Mx SecurityClassification in the MxValue. The MxValue's data type will be MxSecurityClassificationEnum.
Class
IMxValue
Syntax
[C#]
void PutMxSecurityClassification(
MxSecurityClassification newVal
);
[Visual C++]
HRESULT PutMxSecurityClassification(
[in] MxSecurityClassification newVal
);
Parameters
newVal
The MxSecurityClassification that will be stored in the MxValue object.
Returns
S_OK - Success