ResolutionListAttributeAt Method |
Note: This API is now obsolete.
This method is not supported.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax [ObsoleteAttribute("Deprecated. Attributes are no longer supported.")]
public Element AttributeAt(
Name attributeName,
int index
)
<ObsoleteAttribute("Deprecated. Attributes are no longer supported.")>
Public Function AttributeAt (
attributeName As Name,
index As Integer
) As Element
public:
[ObsoleteAttribute(L"Deprecated. Attributes are no longer supported.")]
Element^ AttributeAt(
Name^ attributeName,
int index
)
[<ObsoleteAttribute("Deprecated. Attributes are no longer supported.")>]
member AttributeAt :
attributeName : Name *
index : int -> Element
Parameters
- attributeName
- Type: Bloomberglp.BlpapiName
- index
- Type: SystemInt32
Return Value
Type:
ElementSee Also