public Nullable<bool> IncludeEngines { get; set; }
Public Property IncludeEngines As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> IncludeEngines { Nullable<bool^> get (); void set (Nullable<bool^> value); }