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