GitVersionDescriptor 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 GitVersionDescriptor : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitVersionDescriptor = class
inherit VersionControlSecuredObject
Public Class GitVersionDescriptor
Inherits VersionControlSecuredObject
- Inheritance
- Derived
- Attributes
Constructors
| GitVersionDescriptor() |
Properties
| Version |
Version string identifier (name of tag/branch, SHA1 of commit) |
| VersionOptions |
Version options - Specify additional modifiers to version (e.g Previous) |
| VersionType |
Version type (branch, tag, or commit). Determines how Id is interpreted |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
| ToString() | |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |