Edit

GitRepositoryRef Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitRepositoryRef : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitRepositoryRef = class
    inherit VersionControlSecuredObject
Public Class GitRepositoryRef
Inherits VersionControlSecuredObject
Inheritance
Attributes

Constructors

Name Description
GitRepositoryRef()

Properties

Name Description
Collection

Team Project Collection where this Fork resides

Id
IsFork

True if the repository was created as a fork

Name
ProjectReference
RemoteUrl
SshUrl
Url

Methods

Name Description
SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

Name Description
ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to