Share via


ConfigurationAttributeSchema.AllowInfinite 屬性

定義

取得值,指出值 「infinite」 是否可以儲存在此屬性中。

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

屬性值

true 如果 「infinite」 可以儲存在此屬性中,則為 ;否則為 false

備註

IIS 7 組態系統中的組態區段會使用字串 「infinite」。

適用於