IndexOfString.IgnoreCase Property

 

Gets or sets a value that indicates whether to ignore case during search.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(false)]
public bool IgnoreCase {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(false)]
property bool IgnoreCase {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member IgnoreCase : bool with get, set
<DefaultValueAttribute(False)>
Public Property IgnoreCase As Boolean

Property Value

Type: System.Boolean

true to ignore case during search; otherwise, false.

See Also

IndexOfString Class
Microsoft.Activities.Expressions Namespace

Return to top