Share via


FactorySettingsElement.MaxItemsInCache 屬性

定義

取得或設定可保留在工作流程快取中的物件數目上限。

public:
 property int MaxItemsInCache { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxItemsInCache", DefaultValue="16")]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxItemsInCache { get; set; }
[<System.Configuration.ConfigurationProperty("maxItemsInCache", DefaultValue="16")>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxItemsInCache : int with get, set
Public Property MaxItemsInCache As Integer

屬性值

代表最大數目的整數。

屬性

適用於