GitUserDate 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.
User info and date for Git operations.
[System.Runtime.Serialization.DataContract]
public class GitUserDate : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitUserDate = class
inherit VersionControlSecuredObject
Public Class GitUserDate
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| GitUserDate() |
Properties
| Date |
Date of the Git operation. |
|
Email address of the user performing the Git operation. |
|
| ImageUrl |
Url for the user's avatar. |
| Name |
Name of the user performing the Git operation. |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |