Aracılığıyla paylaş


FactorySettingsElement.MaxItemsInCache Özellik

Tanım

İş akışı önbelleğinde bulunabilecek en fazla nesne sayısını alır veya ayarlar.

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

Özellik Değeri

En büyük sayıyı temsil eden bir tamsayı.

Öznitelikler

Şunlara uygulanır