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!

XmlScanner.GetTextAtom (String)

[To be supplied.]

[Visual Basic]
Overloads Public Function GetTextAtom( _
   ByVal name As String _
) As String
[C#]
public string GetTextAtom(
   string name
);
[C++]
public: String* GetTextAtom(
   String* name
);
[JScript]
public function GetTextAtom(
   name : String
) : String;

Parameters

name
[To be supplied.]

See Also

XmlScanner Class | XmlScanner Members | System.Data.XML Namespace | XmlScanner.GetTextAtom Overload List