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
- index
Type: System. . :: . .Int32
The zero-based index of the object to get or set.
Property Value
Type: Ws.Services.WsaAddressing. . :: . .WsWsaEndpointRef
The object at the specified index.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.