Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Protected Overridable ReadOnly Property ViewStateIgnoresCase As Boolean
Dim value As Boolean
value = Me.ViewStateIgnoresCase
[BrowsableAttribute(false)]
protected virtual bool ViewStateIgnoresCase { get; }
[BrowsableAttribute(false)]
protected:
virtual property bool ViewStateIgnoresCase {
bool get ();
}
/** @property */
/** @attribute BrowsableAttribute(false) */
protected boolean get_ViewStateIgnoresCase()
protected function get ViewStateIgnoresCase () : boolean
Property Value
Type:
System..::.Boolean true if the StateBag instance is case-insensitive; otherwise, false. The default is false.