Share via


FactorySettingsElement.MaxItemsInCache Propiedad

Definición

Obtiene o establece el número máximo de objetos que admite una memoria caché de flujo de trabajo.

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

Valor de propiedad

Un entero que representa un número máximo.

Atributos

Se aplica a