ClientService.AttachmentsUrl Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'宣告
Public Property AttachmentsUrl As String
Get
Set
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
- 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.