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!

BaseParser.databindExprRegex

[To be supplied.]

[Visual Basic]
Protected Shared ReadOnly databindExprRegex As Regex
[C#]
protected static readonly Regex databindExprRegex;
[C++]
protected: static readonly Regex* databindExprRegex;
[JScript]
protected static var databindExprRegex : Regex;

See Also

BaseParser Class | BaseParser Members | System.Web.UI Namespace