Click or drag to resize
SpaceDefTakeFieldDef Method
Allows removing a field definition associated with SpaceDef. Note that Space definition cannot be changed once the space is defined,.So, a field definition can be removed from a Space definition only before the space is created.

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 abstract void TakeFieldDef(
	FieldDef fieldDef
)

Parameters

fieldDef
Type: Com.Tibco.As.SpaceFieldDef
Field definition
See Also