public Nullable<string> Image { get; set; }
Public Property Image As Nullable(Of String) Get Set
public: property Nullable<String^> Image { Nullable<String^> get (); void set (Nullable<String^> value); }