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