The DisallowOverlappingRotation property specifies whether or not the World Wide Web Publishing Service (WWW Service) should start up another worker process to replace the existing worker process while it is shutting down.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property DisallowOverlappingRotation As Boolean |
C# |
---|
public bool DisallowOverlappingRotation { get; set; } |
C++ |
---|
public property bool DisallowOverlappingRotation sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_DisallowOverlappingRotation(); /** property */ public void set_DisallowOverlappingRotation(bool value); |
JScript |
---|
public function get DisallowOverlappingRotation() : bool public function set DisallowOverlappingRotation(value : bool); |
Property Value
Value indicating the DisallowOverlappingRotation.
See Also
Documentation version 1.0.0.0.