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!

CodePersister.IgnoreCase

[To be supplied.]

[Visual Basic]
Protected Property IgnoreCase As Boolean
[C#]
protected bool IgnoreCase {get; set;}
[C++]
protected: __property bool get_IgnoreCase();
protected: __property void set_IgnoreCase(bool);
[JScript]
protected function get IgnoreCase() : Boolean;
protected function set IgnoreCase(Boolean);

See Also

CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace