Share via


Item Property (String)

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

Gets or sets the service element with the specified service address.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    serviceAddress As String _
) As IWsServiceEndpoint
public IWsServiceEndpoint this[
    string serviceAddress
] { get; }
public:
property IWsServiceEndpoint^ Item[String^ serviceAddress] {
    IWsServiceEndpoint^ get (String^ serviceAddress);
}
member Item : IWsServiceEndpoint
JScript does not support indexed properties.

Parameters

Property Value

Type: Ws.Services. . :: . .IWsServiceEndpoint
The element with the specified service address.

.NET Framework Security

See Also

Reference

WsServiceEndpoints Class

Item Overload

Ws.Services Namespace