The type of operation = Take

Namespace: Com.Tibco.As.Space.Persistence
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public OpType Type { get; }
Visual Basic
Public ReadOnly Property Type As OpType
	Get
Visual C++
public:
virtual property OpType Type {
	OpType get () sealed;
}

Field Value

TAKE

Implements

WriteOp..::..Type

See Also