StructSet.GetFieldIndex Method |
Get the index number of the specified field name
in the StructSet.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ulong GetFieldIndex(
string fieldName
)
Public Function GetFieldIndex (
fieldName As String
) As ULong
public:
unsigned long long GetFieldIndex(
String^ fieldName
)
member GetFieldIndex :
fieldName : string -> uint64
Parameters
- fieldName
- Type: System.String
the field name for which the index is required.
Return Value
Type:
UInt64the index number of the specified field name.
Exceptions
See Also