CheckinNoteFieldValue Class
The CheckinNoteFieldValue is holds a field and its value in a single checkin note. A checkin note uses a series of field values to represent its data.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class CheckinNoteFieldValue
'Usage
Dim instance As CheckinNoteFieldValue
public sealed class CheckinNoteFieldValue
public ref class CheckinNoteFieldValue sealed
public final class CheckinNoteFieldValue
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldValue
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.