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
'Declaration
ReadOnly Property Entries As IEnumerable(Of IAttachmentUploadEntry)
IEnumerable<IAttachmentUploadEntry> Entries { get; }
property IEnumerable<IAttachmentUploadEntry^>^ Entries {
IEnumerable<IAttachmentUploadEntry^>^ get ();
}
abstract Entries : IEnumerable<IAttachmentUploadEntry> with get
function get Entries () : IEnumerable<IAttachmentUploadEntry>
Property Value
Type: IEnumerable<IAttachmentUploadEntry>
The current upload entries.
.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.
See Also
Reference
IAttachmentUploadManager Interface