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