Share via


WsServiceEndpoints.Item Property

Gets or sets the service element at the specified index.

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

Syntax

public IWsServiceEndpoint Item { get; set; }

Parameters

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

Property Value

The element at the specified index.

Exceptions

Exception type Condition
ArgumentOutOfRangeException

If index is less than zero.

-or-

index is equal to or greater than WsServiceEndpoints collection count.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsServiceEndpoints Class
WsServiceEndpoints Members
Ws.Services Namespace