GitForkRef 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.
Information about a fork ref.
[System.Runtime.Serialization.DataContract]
public class GitForkRef : Microsoft.TeamFoundation.SourceControl.WebApi.GitRef
type GitForkRef = class
inherit GitRef
Public Class GitForkRef
Inherits GitRef
- Inheritance
- Attributes
Constructors
| GitForkRef() |
Properties
| Creator | (Inherited from GitRef) |
| IsLocked | (Inherited from GitRef) |
| IsLockedBy | (Inherited from GitRef) |
| Links | (Inherited from GitRef) |
| Name | (Inherited from GitRef) |
| ObjectId | (Inherited from GitRef) |
| PeeledObjectId | (Inherited from GitRef) |
| Repository |
The repository ID of the fork. |
| Statuses | (Inherited from GitRef) |
| Url | (Inherited from GitRef) |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |