MessageParameterAttribute Constructor ()
.NET Framework (current version)
Initializes a new instance of the MessageParameterAttribute class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The following code example shows the use of MessageParameterAttribute to establish the name of the parameter and the return value in metadata.
The following example shows the generated service contract for the preceding service. Note that the name of the parameter is now Input.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: