IndexOfString.IgnoreCase プロパティ

 

検索中に大文字/小文字を無視するかどうかを示す値を取得または設定します。

名前空間:   Microsoft.Activities.Expressions
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[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

プロパティ値

Type: System.Boolean

検索中に大文字/小文字を無視する場合は true、無視しない場合は false

参照

IndexOfString クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る