GitImportStatusDetail 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.
Additional status information about an import request.
[System.Runtime.Serialization.DataContract]
public class GitImportStatusDetail : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitImportStatusDetail = class
inherit VersionControlSecuredObject
Public Class GitImportStatusDetail
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| GitImportStatusDetail() |
Properties
| AllSteps |
All valid steps for the import process |
| CurrentStep |
Index into AllSteps for the current step |
| ErrorMessage |
Error message if the operation failed. |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |