Share via


CacheResponse.StatusDescription Property

A string that contains the status description.

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

Syntax

'Declaration

Public Property StatusDescription As String
    Get
    Set
'Usage

Dim instance As CacheResponse
Dim value As String

value = instance.StatusDescription

instance.StatusDescription = value
public string StatusDescription { get; set; }
public:
property String^ StatusDescription {
    String^ get ();
    void set (String^ value);
}
member StatusDescription : string with get, set
function get StatusDescription () : String
function set StatusDescription (value : String)

Property Value

Type: System.String
A string object that contains the status description.

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