DeleteUDA method
- Last UpdatedJul 23, 2024
- 1 minute read
Deletes a UDA.
Class
IInstance
Syntax
[C#]
void DeleteUDA(
string UDAName
);
[Visual C++]
// Delete a UDA
// Returns:
// S_OK - Successfully delete a UDA
HRESULT DeleteUDA(
// Delete a UDA by UDA name.
[in] BSTR UDAName
);