ProcessTemplate2010 Class
Represents a process template in a team project.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Server.Compatibility.ProcessTemplate2010
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
<RequiredClientServiceAttribute("BuildServer")> _
Public NotInheritable Class ProcessTemplate2010
[ClassVisibilityAttribute(ClientVisibility.Internal)]
[RequiredClientServiceAttribute("BuildServer")]
public sealed class ProcessTemplate2010
[ClassVisibilityAttribute(ClientVisibility::Internal)]
[RequiredClientServiceAttribute(L"BuildServer")]
public ref class ProcessTemplate2010 sealed
[<Sealed>]
[<ClassVisibilityAttribute(ClientVisibility.Internal)>]
[<RequiredClientServiceAttribute("BuildServer")>]
type ProcessTemplate2010 = class end
public final class ProcessTemplate2010
The ProcessTemplate2010 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProcessTemplate2010 |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description. | |
FileExists | Gets or sets a value indicating the existence of the file in version control. | |
Id | Gets the ID. This field is read only. | |
Parameters | Gets or sets the parameters defined in the process. | |
ServerPath | Gets or sets the version control server location of the process template XAML file. | |
SupportedReasons | Gets or sets the reasons that the template supports. | |
TeamProject | Gets or sets the team project to which this template belongs. | |
TemplateType | Gets or sets the type of this template. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace