Share via


IChannel.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 channel last modification date.

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

Syntax

'Declaration
Property LastModified As DateTime 
    Get 
    Set
'Usage
Dim instance As IChannel 
Dim value As DateTime 

value = instance.LastModified

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

Property Value

Type: System.DateTime

See Also

Reference

IChannel Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace