System.Web.Services.Description.Operation.Messages Property

Gets the collection of instances of the System.Web.Services.Description.Message class defined by the current System.Web.Services.Description.Operation.

Syntax

[System.Xml.Serialization.XmlElement("input", typeof(System.Web.Services.Description.OperationInput))]
[System.Xml.Serialization.XmlElement("output", typeof(System.Web.Services.Description.OperationOutput))]
public OperationMessageCollection Messages { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0