Gets or sets LIFE value.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Life As Integer |
C# | |
---|
public int Life {get; set;} |
C++/CLI | |
---|
public:
property int Life {
int get();
void set ( int value);
} |
Property Value
Duration of this instruction. This field specifies the number of timer ticks that should ideally occur between completing execution of the current instruction and completing execution of the next instruction. A value of zero indicates that the current instruction and the next instruction will be executed within the same display update.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also