Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current list of upload entries.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IEnumerable<IAttachmentUploadEntry> Entries { get; }
property IEnumerable<IAttachmentUploadEntry^>^ Entries {
IEnumerable<IAttachmentUploadEntry^>^ get();
}
abstract Entries : IEnumerable<IAttachmentUploadEntry> with get
ReadOnly Property Entries As IEnumerable(Of IAttachmentUploadEntry)
Property Value
Type: System.Collections.Generic.IEnumerable<IAttachmentUploadEntry>
The current upload entries.
See Also
IAttachmentUploadEntry
IAttachmentUploadManager Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top