Annotation.AnnotatedItem Property

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

Syntax

'宣言
Public Property AnnotatedItem As String
    Get
    Set
public string AnnotatedItem { get; set; }
public:
property String^ AnnotatedItem {
    String^ get ();
    void set (String^ value);
}
member AnnotatedItem : string with get, set
function get AnnotatedItem () : String
function set AnnotatedItem (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Annotation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace