Sets the named sub-element to the specified value.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract void SetElement( Name name, Name value )
Public MustOverride Sub SetElement ( name As Name, value As Name )
public: virtual void SetElement( Name^ name, Name^ value ) abstract
Exceptions
Exception | Condition |
---|---|
NotFoundException |
The named sub-element cannot be found.
|
InvalidConversionException |
The element specified by name
cannot be initialized with the specified value.
|
NotSupportedException |
This element is not a sequence or choice
or if this element is read-only.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1