Share via


CheckinNoteFieldValue.Value Property

The value is a string that is recorded for this field when the checkin note is saved.

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

Syntax

'Declaration
Public Property Value As String
public string Value { get; set; }
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
member Value : string with get, set
function get Value () : String 
function set Value (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

CheckinNoteFieldValue Class

Microsoft.TeamFoundation.VersionControl.Server Namespace