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: