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