Return a collection of Field Definitions associated with Space Definition.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public abstract ICollection<FieldDef> FieldDefs { get; }
Visual Basic
Public MustOverride ReadOnly Property FieldDefs As ICollection(Of FieldDef)
	Get
Visual C++
public:
virtual property ICollection<FieldDef^>^ FieldDefs {
	ICollection<FieldDef^>^ get () abstract;
}
F#
abstract FieldDefs : ICollection<FieldDef> with get

Property Value

Type: ICollection<(Of <(<'FieldDef>)>)>
The collection of field definitions

See Also