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!

CodeStream.IgnoreCase

Gets if the code stream is case sensitive or not.

[Visual Basic]
Overridable Public ReadOnly Property IgnoreCase As Boolean
[C#]
public bool IgnoreCase {virtual get;}
[C++]
public: __property virtual bool get_IgnoreCase();
[JScript]
public function get IgnoreCase() : Boolean;

Property Value

true if case is ignored; false if the code stream is case sensitive.

See Also

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