Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the WebService at the specified index of the collection.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Function Item ( _
index As Object _
) As WebService
WebService Item(
Object index
)
WebService^ Item(
[InAttribute] Object^ index
)
abstract Item :
index:Object -> WebService
function Item(
index : Object
) : WebService
Parameters
index
Type: System.ObjectThe zero-based index of the element or the name of the Web service you want to get or set.
Return Value
Type: VsWebSite.WebService
The WebService at the specified index of the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.