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.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract ICollection<string> FieldNames { get; }
Public MustOverride ReadOnly Property FieldNames As ICollection(Of String)
Get
public:
virtual property ICollection<String^>^ FieldNames {
ICollection<String^>^ get () abstract;
}
abstract FieldNames : ICollection<string> with get
Property Value
Type:
ICollectionStringThe collection of field names
See Also