RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets a long value of a descendant node.
Namespace: ThomsonReuters.RFA.ConfigAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public int GetChildAsLong( RFA_String name ) |
Visual Basic |
---|
Public Function GetChildAsLong ( _ name As RFA_String _ ) As Integer |
Visual C++ |
---|
public: int GetChildAsLong( RFA_String^ name ) |
F# |
---|
member GetChildAsLong : name:RFA_String -> int |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
A name of the queried child node.
Return Value
An integer value of the child node.
Remarks
A long value of a descendant node will be returned if the
tree has a such named child node and its type is ConfigLong.
Otherwise 0(zero) will be returned.