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.1.0.0 (2.1)

Syntax

C#
public abstract ICollection<string> FieldNames { get; }
Visual Basic
Public MustOverride ReadOnly Property FieldNames As ICollection(Of String)
	Get
Visual C++
public:
virtual property ICollection<String^>^ FieldNames {
	ICollection<String^>^ get () abstract;
}

Field Value

The collection of field names

See Also