Operation.Messages Property

 

Gets the collection of instances of the Message class defined by the current Operation.

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

member Messages : OperationMessageCollection with get

Property Value

Type: System.Web.Services.Description.OperationMessageCollection

The collection of instances of the Message class defined by the current Operation.

Because an Operation is associated with exactly one OperationInput and exactly one OperationOutput, only one instance of each can be a member of this collection, and thus the collection can have a maximum of two members.

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

.NET Framework
Available since 1.1
Return to top
Show: