Show / Hide Table of Contents

Class TfsConfig

A class to hold configuration data for the TFSClient.

Inheritance
object
TfsConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Tfs
Assembly: Aruba.Tfs.dll
Syntax
public class TfsConfig

Constructors

View Source

TfsConfig()

Initializes a new instance of the TfsConfig class.

Declaration
public TfsConfig()

Properties

View Source

ExcludedWorkItemFields

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>
View Source

ProjectName

Gets or sets the Project Name.

Declaration
public string? ProjectName { get; set; }
Property Value
Type Description
string
View Source

ServiceUri

Gets or sets the Service Uri.

Declaration
public Uri? ServiceUri { get; set; }
Property Value
Type Description
Uri
View Source

TargetWorkItemTypeName

Gets or sets the name of the Work Item Type to use.

Declaration
public string TargetWorkItemTypeName { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX