次の方法で共有


Attachment.Comment Property

Gets or sets the comment for this attachment.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Attachment Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace