public string RemoteUrl { get; set; }
Public Property RemoteUrl As String Get Set
public: property String^ RemoteUrl { String^ get (); void set (String^ value); }
member RemoteUrl : string with get, set