| IClassDefinitionGetFieldClassId Method |
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax int GetFieldClassId(
string fieldName
)
Function GetFieldClassId (
fieldName As String
) As Integer
int GetFieldClassId(
String^ fieldName
)
abstract GetFieldClassId :
fieldName : string -> int
Parameters
- fieldName
- Type: SystemString
name of the field
Return Value
Type:
Int32class id of given field
Exceptions See Also