Class TfsConfig
A class to hold configuration data for the TFSClient.
Inherited Members
Namespace: Microsoft.Internal.Studios.Aruba.Tfs
Assembly: Aruba.Tfs.dll
Syntax
public class TfsConfig
Constructors
View SourceTfsConfig()
Initializes a new instance of the TfsConfig class.
Declaration
public TfsConfig()
Properties
View SourceExcludedWorkItemFields
Gets or sets the field names that are to be excluded from showing up in aruba.
Declaration
public IEnumerable<string> ExcludedWorkItemFields { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
ProjectName
Gets or sets the Project Name.
Declaration
public string? ProjectName { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceUri
Gets or sets the Service Uri.
Declaration
public Uri? ServiceUri { get; set; }
Property Value
Type | Description |
---|---|
Uri |
TargetWorkItemTypeName
Gets or sets the name of the Work Item Type to use.
Declaration
public string TargetWorkItemTypeName { get; set; }
Property Value
Type | Description |
---|---|
string |