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