Minutes Property

MSBuild

The number of minutes to add to the time to sleep.


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

Syntax

Visual Basic (Declaration)
Public Property Minutes As Integer
C#
public int Minutes { get; set; }
C++
public property int Minutes sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_Minutes();

/** property */
public void set_Minutes(int value);
JScript
public function get Minutes() : int

public function set Minutes(value : int);

See Also

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