Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlFormatExtensionPrefixAttribute Constructor (String^, String^)

 

Initializes a new instance of the XmlFormatExtensionPrefixAttribute class, setting the XML namespace and XML namespace prefix for a service description format extension.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
XmlFormatExtensionPrefixAttribute(
	String^ prefix,
	String^ ns
)

Parameters

prefix
Type: System::String^

The XML namespace prefix associated with a service description format extension.

ns
Type: System::String^

The XML namespace associated with a service description format extension.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft