Public Shared Property Interval As Integer Get Set
public static int Interval { get; set; }
public: static property int Interval { int get (); void set (int value); }
ZundaFramework.Util.SimulationTime.get_interval = function(); ZundaFramework.Util.SimulationTime.set_interval = function(value);