Share via


ConfigurationAttributeSchema.IsCaseSensitive 屬性

定義

取得值,指出屬性值是否區分大小寫。

public:
 property bool IsCaseSensitive { bool get(); };
public bool IsCaseSensitive { get; }
member this.IsCaseSensitive : bool
Public ReadOnly Property IsCaseSensitive As Boolean

屬性值

true 如果屬性值區分大小寫,則為 ;否則為 false 。 預設值為 false

備註

如果此屬性傳 true 回 ,則使用目前架構的屬性會區分大小寫。 例如,接受 「Allow」 和 「Deny」 值的區分大小寫屬性將不會接受值 「allow」 和 「deny」。

適用於