CacheResponse.ExpiryTime Property

A DateTime object that contains the time of response expiration.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public ReadOnly Property ExpiryTime As DateTime
    Get
'Usage

Dim instance As CacheResponse
Dim value As DateTime

value = instance.ExpiryTime
public DateTime ExpiryTime { get; }
public:
property DateTime ExpiryTime {
    DateTime get ();
}
member ExpiryTime : DateTime
function get ExpiryTime () : DateTime

Property Value

Type: System.DateTime
A DateTime object.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

CacheResponse Class

Microsoft.Web.Media.SmoothStreaming Namespace