SetUlongValue

Description

Sets the text value of a PBDOM_ATTRIBUTE object. The SetUlongValue method creates this text value by serializing the provided ulong value into a string.

Syntax

pbdom_attribute_name.SetUlongValue(unsignedlong ulongValue)

Argument

Description

pbdom_attribute_name

The name of the PBDOM_ATTRIBUTE

ulongValue

A ulong value to be set for the PBDOM_ATTRIBUTE


Return value

PBDOM_ATTRIBUTE. The PBDOM_ATTRIBUTE from which the SetUlongValue method was invoked.

See also

GetUlongValue