OperationCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the value of an Operation at the specified zero-based index.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property Operation^ default[ int index ] { Operation^ get(int index); void set(int index, Operation^ value); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the Operation whose value is modified or returned.
The following example demonstrates the use of the zero-based index to retrieve a member of the OperationCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: