CanShutdown Property

MSBuild

Gets a value indicating whether the service should be notified when the system is shutting down.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Output>
Public ReadOnly Property CanShutdown As Boolean
C#
[Output]
public bool CanShutdown { get; }
C++
[Output]
public property bool CanShutdown sealed  {
    bool get();
}
J#
/** @attribute Output() */
/** property */
public bool get_CanShutdown();
JScript
public function get CanShutdown() : bool

Property Value

true if this instance can shutdown; otherwise, false.

See Also

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