CheckinNoteFieldDefinition Class

A field definition is used to define how a given named input is treated when it is applied to a given checkin note.

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

Syntax

'Declaration
Public NotInheritable Class CheckinNoteFieldDefinition
'Usage
Dim instance As CheckinNoteFieldDefinition
public sealed class CheckinNoteFieldDefinition
public ref class CheckinNoteFieldDefinition sealed
public final class CheckinNoteFieldDefinition

Remarks

These are not versioned and can change over time. This allows the definition and the data to become out of sync with each other. The definition is used at the time the checkin note is generated.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldDefinition

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

CheckinNoteFieldDefinition Members

Microsoft.TeamFoundation.VersionControl.Client Namespace