Return a collection of WriteOp
Namespace: Com.Tibco.As.Space.PersistenceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)
Syntax
| C# |
|---|
ICollection<WriteOp> Ops { get; } |
| Visual Basic |
|---|
ReadOnly Property Ops As ICollection(Of WriteOp) Get |
| Visual C++ |
|---|
property ICollection<WriteOp^>^ Ops { ICollection<WriteOp^>^ get (); } |
| F# |
|---|
abstract Ops : ICollection<WriteOp> with get |
Property Value
Type: ICollection<(Of <(<'WriteOp>)>)>Returns a collection of WriteOp