ConfigurationAttributeSchema.IsCaseSensitive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".