mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Convert member to property
This commit is contained in:
@@ -13,6 +13,6 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection.Contracts
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// URI of the owner of the connection requesting the list of databases.
|
/// URI of the owner of the connection requesting the list of databases.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string OwnerUri;
|
public string OwnerUri { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user