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