IIngestManifest.LastModified Property

Gets or sets the DateTime of manifest last modification.

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

Syntax

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

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

Property Value

Type: System.DateTime
The DateTime of manifest last modification.

Remarks

This value is updated by Media Services after any property changes are made. It represents the number of milliseconds since midnight Jan 1, 1970.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace