The ContentIndexed property specifies whether the installed content indexer should index content under this directory tree.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property ContentIndexed As Boolean |
C# |
---|
public bool ContentIndexed { get; set; } |
C++ |
---|
public property bool ContentIndexed sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_ContentIndexed(); /** property */ public void set_ContentIndexed(bool value); |
JScript |
---|
public function get ContentIndexed() : bool public function set ContentIndexed(value : bool); |
Property Value
Value indicating if ContentIndexed is enabled or disabled.
See Also
Documentation version 1.0.0.0.