ConfigurationAttributeSchema.AllowInfinite 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 value "infinite" can be stored in this attribute.
public:
property bool AllowInfinite { bool get(); };
public bool AllowInfinite { get; }
member this.AllowInfinite : bool
Public ReadOnly Property AllowInfinite As Boolean
Property Value
true
if "infinite" can be stored in this attribute; otherwise, false
.
Remarks
Configuration sections in the IIS 7 configuration system use the string "infinite".