ElementSetValue Method (Int64) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax public abstract void SetValue(
long value
)
Public MustOverride Sub SetValue (
value As Long
)
public:
virtual void SetValue(
long long value
) abstract
abstract SetValue :
value : int64 -> unit
Parameters
- value
- Type: SystemInt64
The value for this element.
Exceptions Remarks See Also