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!

SoapParameterAttribute.ParameterName

[To be supplied.]

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

See Also

SoapParameterAttribute Class | SoapParameterAttribute Members | System.Web.Services.Protocols Namespace