Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified attribute from the object.
![]() ![]() |
Syntax
HRESULT retVal = object.removeAttributeNS(pvarNS, strAttributeName);
Parameters
pvarNS [in]
Type: VARIANTThe namespace name of the attribute to remove.
strAttributeName [in]
Type: BSTRThe local name of the attribute to remove.
Return value
Type: HRESULT
This method can return one of these values.
Return code | Description |
---|---|
S_OK | The operation completed successfully. |