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 object at the specified index.

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

Syntax

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

Parameters

Property Value

Type: Ws.Services.WsaAddressing. . :: . .WsWsaEndpointRef
The object at the specified index.

.NET Framework Security

See Also

Reference

WsWsaEndpointRefs Class

Item Overload

Ws.Services.WsaAddressing Namespace