NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SoapRequestResponseInfo.ParameterOrderString

[To be supplied.]

[Visual Basic]
Public Property ParameterOrderString As String
[C#]
public string ParameterOrderString {get; set;}
[C++]
public: __property String* get_ParameterOrderString();
public: __property void set_ParameterOrderString(String*);
[JScript]
public function get ParameterOrderString() : String;
public function set ParameterOrderString(String);

See Also

SoapRequestResponseInfo Class | SoapRequestResponseInfo Members | System.Web.Services.Description Namespace