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
- 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.