Return the operation type

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

Syntax

C#
OpType Type { get; }
Visual Basic
ReadOnly Property Type As OpType
	Get
Visual C++
property OpType Type {
	OpType get ();
}
F#
abstract Type : OpType with get

Property Value

Type: OpType
Get the type of the operation

See Also