TemporaryDataCreatedDTO 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.
A data transfer object that stores the metadata associated with the creation of temporary data.
[System.Runtime.Serialization.DataContract]
public class TemporaryDataCreatedDTO : Microsoft.TeamFoundation.Core.WebApi.TemporaryDataDTO
type TemporaryDataCreatedDTO = class
inherit TemporaryDataDTO
Public Class TemporaryDataCreatedDTO
Inherits TemporaryDataDTO
- Inheritance
- Attributes
Constructors
| TemporaryDataCreatedDTO() |
Properties
| ExpirationDate | |
| ExpirationSeconds | (Inherited from TemporaryDataDTO) |
| Id | |
| Origin | (Inherited from TemporaryDataDTO) |
| Url | |
| Value | (Inherited from TemporaryDataDTO) |