Seconds Property

MSBuild

The number of seconds 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 Seconds As Integer
C#
public int Seconds { get; set; }
C++
public property int Seconds sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_Seconds();

/** property */
public void set_Seconds(int value);
JScript
public function get Seconds() : int

public function set Seconds(value : int);

See Also

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