Share via


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 DpwsServiceType element at the specified index.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As DpwsServiceType
public DpwsServiceType this[
    int index
] { get; }
public:
property DpwsServiceType^ Item[int index] {
    DpwsServiceType^ get (int index);
}
member Item : DpwsServiceType
JScript does not support indexed properties.

Parameters

Property Value

Type: Dpws.Client. . :: . .DpwsServiceType
The DpwsServiceType element at the given index.

.NET Framework Security

See Also

Reference

DpwsServiceTypes Class

Item Overload

Dpws.Client Namespace