Gets a value indicating whether the service can be paused and resumed.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public ReadOnly Property CanPauseAndContinue As Boolean |
| C# |
|---|
| [Output] public bool CanPauseAndContinue { get; } |
| C++ |
|---|
| [Output] public property bool CanPauseAndContinue sealed { bool get(); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public bool get_CanPauseAndContinue(); |
| JScript |
|---|
| public function get CanPauseAndContinue() : bool |
Property Value
if this instance can pause and continue; otherwise, .
See Also
Documentation version 1.0.0.0.