public Nullable<PhaseType> Phase { get; set; }
Public Property Phase As Nullable(Of PhaseType)
public: property Nullable<PhaseType> Phase { Nullable<PhaseType> get (); void set (Nullable<PhaseType> value); }