Click or drag to resize
StructSetGetFieldName Method
Get the field name of the StructSet from the specified index number.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public string GetFieldName(
	ulong index
)

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