Click or drag to resize
FieldDefCreate Method
A new FieldDef instance

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static FieldDef Create(
	string fieldName,
	FieldDefFieldType fieldType
)

Parameters

fieldName
Type: SystemString
A string uniquely identifying the field
fieldType
Type: Com.Tibco.As.SpaceFieldDefFieldType
A FieldType value

Return Value

Type: FieldDef
A new FieldDef instance
See Also