Initializes a new CheckinNoteFieldValue instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Sub New ( _
    name As String, _
    value As String _
)
public CheckinNoteFieldValue(
    string name,
    string value
)
public:
CheckinNoteFieldValue(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> CheckinNoteFieldValue
public function CheckinNoteFieldValue(
    name : String, 
    value : String
)
Parameters
- name
 Type: System.String
 The name of the field.
- value
 Type: System.String
 The value to store in the field.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.