View on GitHub

GithubClient

A C# Dll library for working with the Github Rest API

GithubClient

GithubClient.Repositories.Repository

Repository.Private Property

Either true to make the repository private or false to make it public

public bool Private { get; set; }

Property Value

System.Boolean