IUDefFieldFieldIdentity Property |
Version-independent field Identity. Assigned by system. Unlike FieldId this value does not change when the type changes from string to checkbox.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint FieldIdentity { get; }
ReadOnly Property FieldIdentity As Integer
Get
Dim instance As IUDefField
Dim value As Integer
value = instance.FieldIdentity
property int FieldIdentity {
int get ();
}
Property Value
Type:
Int32
See Also