This documentation is archived and is not being maintained.

CheckinNoteFieldValue Constructor

Initializes a new CheckinNoteFieldValue instance.

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

public:
CheckinNoteFieldValue(
	String^ name, 
	String^ value
)

Parameters

name
Type: System::String

The name of the field.

value
Type: System::String

The value to store in the field.

Show: