ProcessTemplateVersion Structure

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

Syntax

'Declaration
<SerializableAttribute> _
Public Structure ProcessTemplateVersion
[SerializableAttribute]
public struct ProcessTemplateVersion
[SerializableAttribute]
public value class ProcessTemplateVersion
[<Sealed>]
[<SerializableAttribute>]
type ProcessTemplateVersion =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The ProcessTemplateVersion type exposes the following members.

Constructors

  Name Description
Public method ProcessTemplateVersion

Top

Methods

  Name Description
Public method Equals (Overrides ValueType.Equals(Object).)
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member GreaterThan
Public operatorStatic member GreaterThanOrEqual
Public operatorStatic member Inequality
Public operatorStatic member LessThan
Public operatorStatic member LessThanOrEqual

Top

Fields

  Name Description
Public field Major
Public field Minor
Public field TypeId
Public fieldStatic member Unknown

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.Framework.Server Namespace