Gets or sets a value indicating whether this FieldDef is nullable.

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 bool Nullable { get; set; }
Visual Basic
Public MustOverride Property Nullable As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Nullable {
	bool get () abstract;
	void set (bool value) abstract;
}
F#
abstract Nullable : bool with get, set

Property Value

Type: Boolean
true if nullable; otherwise, false.

See Also