GitRepositoryRef Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
| GitRepositoryRef() |
Properties
| 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
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |