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 DpwsServiceDescription element with the specified endpoint address.

Namespace:  Dpws.Client.Discovery
Assembly:  MFDpwsClient (in MFDpwsClient.dll)

Syntax

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

Parameters

Property Value

Type: Dpws.Client.Discovery. . :: . .DpwsServiceDescription
The DpwsServiceDescription element with the specified endpoint address.

.NET Framework Security

See Also

Reference

DpwsServiceDescriptions Class

Item Overload

Dpws.Client.Discovery Namespace