The field type
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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..::..FieldTypeThe field type
See Also