public int Delay { get; set; }
Public Property Delay As Integer Get Set
public: property int Delay { int get (); void set (int value); }
member Delay : int with get, set
In This Article