Gets or sets LIFE value.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Life As Integer |
C# | |
---|
public int Life {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Life();
public: __property void set_Life(
int value
); |
C++/CLI | |
---|
public:
property int Life {
int get();
void set (int value);
} |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also