CheckinNoteFieldValue Constructor
Initializes a new CheckinNoteFieldValue instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
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.StringThe name of the field.
value
Type: System.StringThe 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.