The CacheISAPI property indicates whether ISAPI extensions are cached in memory after first use.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CacheIsapi As Boolean |
| C# |
|---|
| public bool CacheIsapi { get; set; } |
| C++ |
|---|
| public property bool CacheIsapi sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_CacheIsapi(); /** property */ public void set_CacheIsapi(bool value); |
| JScript |
|---|
| public function get CacheIsapi() : bool public function set CacheIsapi(value : bool); |
Property Value
Value indicating if CacheIsapi is enabled or disabled.
See Also
Documentation version 1.0.0.0.