Gets/Sets the value of the application property MetadataCache


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public Property MetadataCache As Integer _
    Implements IAppContext.MetadataCache
C#
public int MetadataCache { get; set; }
C++
public property int MetadataCache sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_MetadataCache();

/** property */
public void set_MetadataCache(int value);
JScript
public function get MetadataCache() : int

public function set MetadataCache(value : int);

Implements

IAppContext.MetadataCache

See Also