RouterWriteActionOps Property |
Return a collection of WriteOp
Namespace: Com.Tibco.As.Space.RouterAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxICollection<RouterWriteOp> Ops { get; }
ReadOnly Property Ops As ICollection(Of RouterWriteOp)
Get
property ICollection<RouterWriteOp^>^ Ops {
ICollection<RouterWriteOp^>^ get ();
}
abstract Ops : ICollection<RouterWriteOp> with get
Property Value
Type:
ICollectionRouterWriteOpReturns a collection of WriteOp
See Also