CloseSubOptions Class

CloseSubOptions
object

Syntax

[Verb("close", HelpText = "Closes the milestone.")]
public class CloseSubOptions : BaseVcsOptions

Attributes

Type Description
Verb

Properties

Name Value Summary
Debug bool
Inherited from BaseSubOptions
IsCISystem bool
Inherited from BaseSubOptions
LogFilePath string
Inherited from BaseSubOptions
Milestone string
NoLogo bool
Inherited from BaseSubOptions
Provider VcsProvider
Inherited from BaseVcsOptions
RepositoryName string
Inherited from BaseVcsOptions
RepositoryOwner string
Inherited from BaseVcsOptions
TargetDirectory string
Inherited from BaseSubOptions
Token string
Inherited from BaseVcsOptions
Verbose bool
Inherited from BaseSubOptions
GitHub