getAttributeNS method
Gets the value of the specified attribute within the specified namespace.
Syntax
retVal = object.getAttributeNS(pvarNS, bstrname);
Parameters
pvarNS [in]
Type: VARIANTThe namespace URI that defines the desired attribute, or a NULL value.
bstrname [in]
Type: BSTRThe name of the desired attribute within the specified namespace.