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 event source at the specified index.

Namespace:  Dpws.Device.Services
Assembly:  MFDpwsDevice (in MFDpwsDevice.dll)

Syntax

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

Parameters

Property Value

Type: Dpws.Device.Services. . :: . .DpwsWseEventSource
The event source at the specified index.

.NET Framework Security

See Also

Reference

DpwsWseEventSources Class

Item Overload

Dpws.Device.Services Namespace