Click or drag to resize
TupleFieldNames Property
Return a collection of names of fields inside the Tuple. Field names are not necessarily in the same order as they are put.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract ICollection<string> FieldNames { get; }

Property Value

Type: ICollectionString
The collection of field names
See Also