AspEnableTypelibCache Property

MSBuild

The AspEnableTypelibCache property specifies whether type libraries are cached on the server. The World Wide Web Publishing Service (WWW service) setting for this property is applicable to all in-process and pooled out-of-process application nodes, at all levels. Metabase settings at the Web server level or lower are ignored for in-process and pooled out-of-process applications. However, settings at the Web server level or lower are used if that node is an isolated out-of-process application.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AspEnableTypelibCache As Boolean
C#
public bool AspEnableTypelibCache { get; set; }
C++
public property bool AspEnableTypelibCache sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AspEnableTypelibCache();

/** property */
public void set_AspEnableTypelibCache(bool value);
JScript
public function get AspEnableTypelibCache() : bool

public function set AspEnableTypelibCache(value : bool);

Property Value

Value indicating if AspEnableTypelibCache is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.