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!

StateBag Constructor (Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal ignoreCase As Boolean _
)
[C#]
public StateBag(
   bool ignoreCase
);
[C++]
public: StateBag(
   bool ignoreCase
);
[JScript]
public function StateBag(
   ignoreCase : Boolean
);

Parameters

ignoreCase
[To be supplied.]

See Also

StateBag Class | StateBag Members | System.Web.UI Namespace | StateBag Constructor Overload List