IDictionaryGetFieldType Method |
Returns the column type for a given field. Maps 1536 -> enTypeInt, enTypeVstring
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEDictFieldType GetFieldType(
int FieldId
)
Function GetFieldType (
FieldId As Integer
) As EDictFieldType
Dim instance As IDictionary
Dim FieldId As Integer
Dim returnValue As EDictFieldType
returnValue = instance.GetFieldType(FieldId)
EDictFieldType GetFieldType(
[InAttribute] int FieldId
)
Parameters
- FieldId
- Type: SystemInt32
Return Value
Type:
EDictFieldType
See Also