DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlNamespaceDeclarationsAttributeSystem.Xml.Serialization (system.xml.dll) CF 1.0  class 

public class XmlNamespaceDeclarationsAttribute : Attribute {
// Public Constructors
   public XmlNamespaceDeclarationsAttribute( );  
}

This is used to specify the namespaces used in an XML document, and their prefixes. It can only be applied to one member that returns an instance of XmlSerializerNamespaces per class.

Hierarchy

System.Object System.Attribute XmlNamespaceDeclarationsAttribute

Valid On

Property, Field, Parameter, ReturnValue

    [ Team LiB ] Previous Section Next Section