<< Click to Display Table of Contents >> Navigation: »No topics above this level« SerializationExtensions.GetXmlRootAttributeNameSpace Method |
Gets the XML root attribute name space of instance type definition. Information is present as custom attribute in the type definition. eg [System.Xml.Serialization.XmlRootAttribute(Namespace = "somenamespace", IsNullable = false)]
[Visual Basic]
<Extension> _
Public Shared Sub GetXmlRootAttributeNameSpace( _
ByVal instance As Type _
)
[C#]
[Extension]
public static string GetXmlRootAttributeNameSpace(
this Type instance
);
instance
Type from which to retrieve the xml root attribute information.
Either the defined namespace or Null if the type does not have any xml root attribute information.
SerializationExtensions Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]