setAttribute method (userProfile)
9 |
Adds an attribute with the specified name and value to the current userProfile object.
The entire userProfile object, and therefore the setAttribute method as well, are deprecated and the support for them has been removed in Internet Explorer 9.
If an attribute with the same name exists, then this method modifies its value.Syntax:
You can find the related objects in the Supported by objects section below.
Parameters:
Required. String that specifies the name for the vCard. For a complete list of vCard names, see the appendix. |
|||||||||||||||||||||||
Required. String that specifies the value of the vCard. | |||||||||||||||||||||||
Optional. Integer that specifies the case-sensitivity for the name of the attribute.
One of the following values:
|
Return value:
This method has no return value.
Supported by objects:
Related pages:
External links:
User Contributed Comments