IIngestManifest.Created Property

Gets or sets the DateTime of manifest creation.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property Created As DateTime 
    Get
'Usage
Dim instance As IIngestManifest 
Dim value As DateTime 

value = instance.Created
DateTime Created { get; }
property DateTime Created {
    DateTime get ();
}
abstract Created : DateTime
function get Created () : DateTime

Property Value

Type: System.DateTime
The DateTime of manifest creation.

Remarks

This value is set by Media Services at creation time. It represents the number of milliseconds since midnight Jan 1, 1970.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace