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