Edit

Share via


SourceRepository Class

Definition

Represents a repository returned from a source provider.

[System.Runtime.Serialization.DataContract]
public class SourceRepository
type SourceRepository = class
Public Class SourceRepository
Inheritance
SourceRepository
Attributes

Constructors

SourceRepository()

Properties

DefaultBranch

The name of the default branch.

FullName

The full name of the repository.

Id

The ID of the repository.

Name

The friendly name of the repository.

Properties

A dictionary that holds additional information about the repository.

SourceProviderName

The name of the source provider the repository is from.

Url

The URL of the repository.

Applies to