Share via


Item Property (Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the element at the specified index.

Namespace:  Ws.Services
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As WsServiceOperation
public WsServiceOperation this[
    int index
] { get; }
public:
property WsServiceOperation^ Item[int index] {
    WsServiceOperation^ get (int index);
}
member Item : WsServiceOperation
JScript does not support indexed properties.

Parameters

Property Value

Type: Ws.Services. . :: . .WsServiceOperation
The element at the specified index.

.NET Framework Security

See Also

Reference

WsServiceOperations Class

Item Overload

Ws.Services Namespace