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