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)

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