Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IAttachmentUploadManager::Entries Property

 

Gets the current list of upload entries.

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

property IEnumerable<IAttachmentUploadEntry^>^ Entries {
	IEnumerable<IAttachmentUploadEntry^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<IAttachmentUploadEntry^>^

The current upload entries.

Return to top
Show: