IProgram.LastModified Property
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Gets the program last modification date.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
ReadOnly Property LastModified As DateTime
Get
'Usage
Dim instance As IProgram
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