NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSerializationReader.IsXmlnsAttribute

[To be supplied.]

[Visual Basic]
Protected Function IsXmlnsAttribute( _
   ByVal id As XmlIdent _
) As Boolean
[C#]
protected bool IsXmlnsAttribute(
   XmlIdent id
);
[C++]
protected: bool IsXmlnsAttribute(
   XmlIdent* id
);
[JScript]
protected function IsXmlnsAttribute(
   id : XmlIdent
) : Boolean;

Parameters

id
[To be supplied.]

See Also

XmlSerializationReader Class | XmlSerializationReader Members | System.Xml.Serialization Namespace