ClientService.AttachmentsUrl Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ClientService Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace