Intersoft ClientUI Documentation
IsCaseSensitive Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > FilterDescriptor Class : IsCaseSensitive Property






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
Public Property IsCaseSensitive As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FilterDescriptor
Dim value As Boolean
 
instance.IsCaseSensitive = value
 
value = instance.IsCaseSensitive
C# 
[DefaultValueAttribute()]
public bool IsCaseSensitive {get; set;}
Delphi 
public read-write property IsCaseSensitive: Boolean; 
JScript 
DefaultValueAttribute()
public function get,set IsCaseSensitive : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
public: __property bool get_IsCaseSensitive();
public: __property void set_IsCaseSensitive( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
public:
property bool IsCaseSensitive {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.