OperationMessageCollection.Add Method (OperationMessage)

 

Adds the specified OperationMessage to the end of the OperationMessageCollection.

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

member Add : 
        operationMessage:OperationMessage -> int

Parameters

operationMessage
Type: System.Web.Services.Description.OperationMessage

The OperationMessage to add to the collection.

Return Value

Type: System.Int32

The zero-based index where the operationMessage parameter has been added.

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

.NET Framework
Available since 1.1
Return to top
Show: