EndsWithString.IgnoreCase Property

 

Gets or sets whether or not case matters.

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

Returns whether or not case matters.

See Also

EndsWithString Class
Microsoft.Activities.Expressions Namespace

Return to top