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