OperationFaultCollection.Item Property (Int32)

 

Gets or sets the value of an OperationFault at the specified zero-based index.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Item : 
        index:int -> OperationFault with get, set

Parameters

index
Type: System.Int32

The zero-based index of the OperationFault whose value is modified or returned.

Property Value

Type: System.Web.Services.Description.OperationFault

An OperationFault.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: