This documentation is archived and is not being maintained.

TemplateHeader Class

Metadata describing a process template.

System::Object
  Microsoft.TeamFoundation.Server::TemplateHeader

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public ref class TemplateHeader sealed

The TemplateHeader type exposes the following members.

  NameDescription
Public methodTemplateHeaderDefault constructor
Top

  NameDescription
Public propertyDescriptionDescription of the process template.
Public propertyMetadataMetadata xml associated with the process template. This includes the set of plugins that will be used.
Public propertyNameThe name of the process template
Public propertyRankStack ordering of the process template in the UI.
Public propertyStateCurrent state of the process template.
Public propertyTemplateIdUnique id for the process template.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: