ProcessTemplateVersion Structure
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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 | |
---|---|---|
![]() |
ProcessTemplateVersion |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Overrides ValueType.Equals(Object).) |
![]() |
GetHashCode | (Overrides ValueType.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | |
![]() ![]() |
GreaterThan | |
![]() ![]() |
GreaterThanOrEqual | |
![]() ![]() |
Inequality | |
![]() ![]() |
LessThan | |
![]() ![]() |
LessThanOrEqual |
Top
Fields
Name | Description | |
---|---|---|
![]() |
Major | |
![]() |
Minor | |
![]() |
TypeId | |
![]() ![]() |
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.