System.Web.Services.Description.Operation.ParameterOrderString Property

Gets or sets an optional Remote Procedure Call (RPC) signature that orders specification for request-response or solicit-response operations.

Syntax

[System.Xml.Serialization.XmlAttribute("parameterOrder")]
[System.ComponentModel.DefaultValue("")]
public string ParameterOrderString { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The named System.Web.Services.Description.MessagePart instances must adhere to the following rules:

Note that this parameter list is not required, even if the System.Web.Services.Description.Operation is to be used with an RPC-style System.Web.Services.Description.Binding. Do not call Operation.ParameterOrderString directly. This method is only used internally for XML serialization. To return the parameter list use Operation.ParameterOrder.

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