Name

XmlFormatExtensionPrefixAttribute

Synopsis

This attribute specifies the XML namespace (the constructor’s ns parameter) and XML namespace prefix (the constructor’s prefix parameter) that will be used for all format extensions generated by a custom format extension class. This attribute is applied to the custom System.Web.Services.Description.ServiceDescriptionFormatExtension class.

Public NotInheritable Class XmlFormatExtensionPrefixAttribute : Inherits Attribute
' Public Constructors
   Public Sub New() 
   Public Sub New(ByVal prefix As String, ByVal ns As String) 
' Public Instance Properties
   Public Property Namespace As String  
   Public Property Prefix As String  
End Class

Hierarchy

System.ObjectSystem.Attribute XmlFormatExtensionPrefixAttribute

Valid On

Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.