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