Click or drag to resize
ElementSetValue Method (Name)
Sets the value of this element to the specified value.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract void SetValue(
	Name constant
)

Parameters

constant
Type: Bloomberglp.BlpapiName
The value for this element.
Exceptions
ExceptionCondition
InvalidConversionException This element's type is not an enumeration type, or constant does not refer to a constant in the enumeration type of this element.
Remarks
Same as calling SetValue(value,0).
See Also