Command.MaxCacheSize Property

Get/Set command instance cache size limit.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Property MaxCacheSize As Integer
public virtual int MaxCacheSize { get; set; }
public:
virtual property int MaxCacheSize {
    int get ();
    void set (int value);
}
abstract MaxCacheSize : int with get, set 
override MaxCacheSize : int with get, set
function get MaxCacheSize () : int 
function set MaxCacheSize (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

Command Class

Microsoft.TeamFoundation.Framework.Server Namespace