The field type

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 FieldDef..::..FieldType Type { get; }
Visual Basic
Public MustOverride ReadOnly Property Type As FieldDef..::..FieldType
	Get
Visual C++
public:
virtual property FieldDef..::..FieldType Type {
	FieldDef..::..FieldType get () abstract;
}
F#
abstract Type : FieldDef..::..FieldType with get

Property Value

Type: FieldDef..::..FieldType
The field type

See Also