public int ActualLength { get; set; }
Public Property ActualLength As Integer Get Set
public: property int ActualLength { int get (); void set (int value); }