The type of operation = Take

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

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;
}
F#
abstract Type : OpType with get
override Type : OpType with get

Property Value

Type: OpType
TAKE

Implements

WriteOp..::..Type

See Also