mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Convert member to property
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user