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!

CoreXmlReader.Flags

[To be supplied.]

[Visual Basic]
Public Property Flags As Integer
[C#]
public int Flags {get; set;}
[C++]
public: __property int get_Flags();
public: __property void set_Flags(int);
[JScript]
public function get Flags() : int;
public function set Flags(int);

See Also

CoreXmlReader Class | CoreXmlReader Members | System.Data.XML Namespace