ElementSetElement Method (String, Datetime) |
Note: This API is now obsolete.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax [ObsoleteAttribute("Deprecated, use SetElement(Name, Datetime) instead.")]
public abstract void SetElement(
string name,
Datetime value
)
<ObsoleteAttribute("Deprecated, use SetElement(Name, Datetime) instead.")>
Public MustOverride Sub SetElement (
name As String,
value As Datetime
)
public:
[ObsoleteAttribute(L"Deprecated, use SetElement(Name, Datetime) instead.")]
virtual void SetElement(
String^ name,
Datetime^ value
) abstract
[<ObsoleteAttribute("Deprecated, use SetElement(Name, Datetime) instead.")>]
abstract SetElement :
name : string *
value : Datetime -> unit
Parameters
- name
- Type: SystemString
The Name of the sub-element to set.
- value
- Type: Bloomberglp.BlpapiDatetime
The value to set to.
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.
|
See Also