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.23.1.1
Syntax public abstract void SetValue(
string value
)
Public MustOverride Sub SetValue (
value As String
)
public:
virtual void SetValue(
String^ value
) abstract
abstract SetValue :
value : string -> unit
Parameters
- value
- Type: SystemString
The value for this element.
Exceptions Remarks See Also