Share via


IAttachmentUploadEntry.Server Property

 

Gets the server to which the attachment is being uploaded.

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

Syntax

string Server { get; }
property String^ Server {
    String^ get();
}
abstract Server : string with get
ReadOnly Property Server As String

Property Value

Type: System.String

The server.

See Also

Server
IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top