| ResolutionListAttribute Method |
Note: This API is now obsolete.
This method is not supported.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntax[ObsoleteAttribute("Deprecated. Attributes are no longer supported.")]
public Element Attribute(
Name attributeName,
CorrelationID correlationId
)<ObsoleteAttribute("Deprecated. Attributes are no longer supported.")>
Public Function Attribute (
attributeName As Name,
correlationId As CorrelationID
) As Elementpublic:
[ObsoleteAttribute(L"Deprecated. Attributes are no longer supported.")]
Element^ Attribute(
Name^ attributeName,
CorrelationID^ correlationId
)
[<ObsoleteAttribute("Deprecated. Attributes are no longer supported.")>]
member Attribute :
attributeName : Name *
correlationId : CorrelationID -> Element
Parameters
- attributeName
- Type: Bloomberglp.BlpapiName
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
Return Value
Type:
Element
See Also