ConfigurationAttributeSchema.AllowInfinite Property

Definition

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".

Applies to