Convert member to property

This commit is contained in:
Mitchell Sternke
2016-08-24 16:06:40 -07:00
parent 7d3d593a80
commit b4df9de238

View File

@@ -13,6 +13,6 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection.Contracts
/// <summary>
/// URI of the owner of the connection requesting the list of databases.
/// </summary>
public string OwnerUri;
public string OwnerUri { get; set; }
}
}