ConfigurationAttributeSchema.IsCaseSensitive Property

Definition

Gets a value indicating whether the attribute value is case-sensitive.

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

Property Value

true if the attribute value is case-sensitive; otherwise, false. The default is false.

Remarks

If this property returns true, attributes that use the current schema will be case-sensitive. For example, a case-sensitive attribute that accepts values of "Allow" and "Deny" will not accept the values "allow" and "deny".

Applies to