SetSecurityClassification method
- Last UpdatedJul 22, 2024
- 1 minute read
Sets the SecurityClassification property of the attribute.
Class
IAttribute
Syntax
[C#]
void SetSecurityClassification(
MxSecurityClassification NewMxSecurityClassification
);
[Visual C++]
HRESULT SetSecurityClassification(
[in] MxSecurityClassification
);
Parameters
MxSecurityClassification
The new SecurityClassification property of the attribute.