SizeBoundedCache<TKey, TValue>.MaxSize Property

 

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public int MaxSize { get; set; }
public:
property int MaxSize {
    int get();
    void set(int value);
}
member MaxSize : int with get, set
Public Property MaxSize As Integer

Property Value

Type: System.Int32

See Also

SizeBoundedCache<TKey, TValue> Class
Microsoft.Azure.Insights Namespace

Return to top