Gets a dictionary of CFunctionFee objects for the supplied functionCode.
Namespace: Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public Dictionary<string, CFunctionFee> GetFeesForFunction( string functionCode ) |
| Visual Basic |
|---|
Public Function GetFeesForFunction ( _ functionCode As String _ ) As Dictionary(Of String, CFunctionFee) |
| Visual C++ |
|---|
public: Dictionary<String^, CFunctionFee^>^ GetFeesForFunction( String^ functionCode ) |
Parameters
- functionCode
- Type: System..::..String
Function code of interest.