TestAttachment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class TestAttachment : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestAttachment = class
inherit TestManagementBaseSecuredObject
Public Class TestAttachment
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| TestAttachment() |
Fields
| CreatedDate |
Attachment created date. |
| Url |
Attachment Url. |
Properties
| AttachmentType |
Attachment type. |
| Comment |
Comment associated with attachment. |
| FileName |
Attachment file name |
| Id |
ID of the attachment. |
| Size |
Attachment size. |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |