Milliseconds Property

MSBuild

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

/** property */
public void set_Milliseconds(int value);
JScript
public function get Milliseconds() : int

public function set Milliseconds(value : int);

See Also

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