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.4.0.001)

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;
}
F#
abstract FieldNames : ICollection<string> with get

Property Value

Type: ICollection<(Of <(<'String>)>)>
The collection of field names

See Also