mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
private setter
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Octokit
|
||||
/// http://developer.github.com/v3/search/#search-code
|
||||
/// </summary>
|
||||
[Parameter(Key= "q")]
|
||||
public string Term { get; set; }
|
||||
public string Term { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// For http://developer.github.com/v3/search/#search-issues
|
||||
|
||||
Reference in New Issue
Block a user