Return a collection of WriteOp

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

Syntax

C#
ICollection<RouterWriteOp> Ops { get; }
Visual Basic
ReadOnly Property Ops As ICollection(Of RouterWriteOp)
	Get
Visual C++
property ICollection<RouterWriteOp^>^ Ops {
	ICollection<RouterWriteOp^>^ get ();
}

Field Value

Returns a collection of WriteOp

See Also