다음을 통해 공유


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

속성 값

최대 개수를 나타내는 정수입니다.

특성

적용 대상