Share via


CheckinNote.Value Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "value")> _
Public Property Value As String
[DataMemberAttribute(Name = "value")]
public string Value { get; set; }
[DataMemberAttribute(Name = L"value")]
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "value")>]
member Value : string with get, set
function get Value () : String 
function set Value (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CheckinNote Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace