The EnableDocFooter property enables or disables custom footers specified by the DefaultDocFooter property.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property EnableDocFooter As Boolean |
C# |
---|
public bool EnableDocFooter { get; set; } |
C++ |
---|
public property bool EnableDocFooter sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_EnableDocFooter(); /** property */ public void set_EnableDocFooter(bool value); |
JScript |
---|
public function get EnableDocFooter() : bool public function set EnableDocFooter(value : bool); |
Property Value
Value indicating if EnableDocFooter is enabled or disabled.
See Also
Documentation version 1.0.0.0.