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

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;
}

Field Value

The collection of field definitions

See Also