GitAnnotatedTag 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.
A Git annotated tag.
[System.Runtime.Serialization.DataContract]
public class GitAnnotatedTag
type GitAnnotatedTag = class
Public Class GitAnnotatedTag
- Inheritance
-
GitAnnotatedTag
- Attributes
Constructors
| GitAnnotatedTag() |
Properties
| Message |
The tagging Message |
| Name |
The name of the annotated tag. |
| ObjectId |
The objectId (Sha1Id) of the tag. |
| TaggedBy |
User info and date of tagging. |
| TaggedObject |
Tagged git object. |
| Url | |