Name Property
Collapse the table of content
Expand the table of content

MessageParameterAttribute.Name Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Obtains or sets the name attribute of the parameter in the XML Schema (XSD).

Namespace:  System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public string Name { get; set; }

Property Value

Type: System.String
The name attribute of the parameter in the XSD.

ExceptionCondition
ArgumentNullException

The value is null.

ArgumentOutOfRangeException

The value is an empty string.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft