Click or drag to resize
ElementSetValue Method (String)
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(
	string value
)

Parameters

value
Type: SystemString
The value for this element.
Exceptions
ExceptionCondition
InvalidConversionException This element cannot be initialized with the specified value.
Remarks
Same as calling SetValue(value,0).
See Also