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.4.0.001)
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 ();
} |
F# |
---|
abstract Ops : ICollection<RouterWriteOp> with get
|
Property Value
Type:
ICollection<(Of <(<'RouterWriteOp>)>)>Returns a collection of WriteOp
See Also