Share via


NameValuePair.Value Property

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

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.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

NameValuePair Class

Microsoft.TeamFoundation.VersionControl.Common Namespace