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