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 log entry for this event.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public IAttachmentUploadEntry Entry { get; }
public:
property IAttachmentUploadEntry^ Entry {
IAttachmentUploadEntry^ get();
}
member Entry : IAttachmentUploadEntry with get
Public ReadOnly Property Entry As IAttachmentUploadEntry
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IAttachmentUploadEntry
The log entry for this event.
See Also
IAttachmentUploadEntry
UploadManagerEventArgs Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top