ElementSetValue Method (Char) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public abstract void SetValue(
char value
)
Public MustOverride Sub SetValue (
value As Char
)
public:
virtual void SetValue(
wchar_t value
) abstract
abstract SetValue :
value : char -> unit
Parameters
- value
- Type: SystemChar
The value for this element.
Exceptions Remarks See Also