Gets or sets whether to ignore text case in text string searches.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IgnoreCase As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchOptions
Dim value As Boolean
instance.IgnoreCase = value
value = instance.IgnoreCase
|
C# | |
---|
bool IgnoreCase {get; set;} |
C++/CLI | |
---|
property bool IgnoreCase {
bool get();
void set (bool value);
} |
Return Value
True to ignore text case in text string searches, false to not
Example
Requirements
See Also
Availability
SolidWorks Workgroup PDM 2006 FCS