Share via


WebServices.Item(Object) Method

Definition

Returns the WebService at the specified index of the collection.

public:
 VsWebSite::WebService ^ Item(System::Object ^ index);
[System.Runtime.InteropServices.DispId(0)]
public VsWebSite.WebService Item (object index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> VsWebSite.WebService
Public Function Item (index As Object) As WebService

Parameters

index
Object

The zero-based index of the element or the name of the Web service you want to get or set.

Returns

The WebService at the specified index of the collection.

Attributes

Applies to