ElementSetValue Method (Byte) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax public abstract void SetValue(
byte[] value
)
Public MustOverride Sub SetValue (
value As Byte()
)
public:
virtual void SetValue(
array<unsigned char>^ value
) abstract
abstract SetValue :
value : byte[] -> unit
Parameters
- value
- Type: SystemByte
The value for this element.
Exceptions Remarks See Also