| ConstantsListItem Property |
Gets the constant specified by name.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.11.1.1
SyntaxConstant this[
Name name
] { get; }ReadOnly Default Property Item (
name As Name
) As Constant
Get
property Constant^ default[Name^ name] {
Constant^ get (Name^ name);
}abstract Item : Constant with get
Parameters
- name
- Type: Bloomberglp.BlpapiName
Property Value
Type:
Constant
See Also