Share via


Annotation.AnnotationValue Property

This is the value of the annotation. An annotation is not required to have a value. Its existance may be the value.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Annotation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace