IDictionaryGetTableName Method |
maps 1537 -> 'person'
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring GetTableName(
int FieldId
)
Function GetTableName (
FieldId As Integer
) As String
Dim instance As IDictionary
Dim FieldId As Integer
Dim returnValue As String
returnValue = instance.GetTableName(FieldId)
String^ GetTableName(
[InAttribute] int FieldId
)
Parameters
- FieldId
- Type: SystemInt32
Return Value
Type:
String
See Also