WsWsaRefProperties.Item Property

Gets or sets the WsWsaRefProperty object at the specified index.

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

Syntax

public WsWsaRefProperty this [
         int index
] { get; set; }

Parameters

  • index
    The zero-based index of the WsWsaRefProperty object to get or set.

Property Value

The WsWsaRefProperty at the specified index.

Exceptions

Exception type Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater the collection count.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsWsaRefProperties Class
WsWsaRefProperties Members
Ws.Services.WsaAddressing Namespace