StructSetGetFieldName Method |
Get the field name of the StructSet from the
specified index number.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string GetFieldName(
ulong index
)
Public Function GetFieldName (
index As ULong
) As String
public:
String^ GetFieldName(
unsigned long long index
)
member GetFieldName :
index : uint64 -> string
Parameters
- index
- Type: SystemUInt64
the index number of the field name to get.
Return Value
Type:
String
the field name from the specified index number or null if not found.
See Also