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






Gets or sets a value that indicates whether the filter should be case sensitive.

Syntax

Visual Basic (Declaration) 
Property IsCaseSensitive As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IFilterValue
Dim value As Boolean
 
instance.IsCaseSensitive = value
 
value = instance.IsCaseSensitive
C# 
bool IsCaseSensitive {get; set;}
Delphi 
read-write property IsCaseSensitive: Boolean; 
JScript 
function get,set IsCaseSensitive : boolean
Managed Extensions for C++ 
__property bool get_IsCaseSensitive();
__property void set_IsCaseSensitive( 
   bool value
);
C++/CLI 
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.