Exists Property

MSBuild

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

true if the service exists; otherwise, false.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.