Return the operation type

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

Syntax

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

Field Value

Get the type of the operation

See Also