Share via


ChunkDownloadedEventArgs.DownloadResult Property

Gets the download result.

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

Syntax

'Declaration

Public Property DownloadResult As ChunkResult.ChunkResultState
    Get
    Private Set
'Usage

Dim instance As ChunkDownloadedEventArgs
Dim value As ChunkResult.ChunkResultState

value = instance.DownloadResult
public ChunkResult.ChunkResultState DownloadResult { get; private set; }
public:
property ChunkResult.ChunkResultState DownloadResult {
    ChunkResult.ChunkResultState get ();
    private: void set (ChunkResult.ChunkResultState value);
}
member DownloadResult : ChunkResult.ChunkResultState with get, private set
function get DownloadResult () : ChunkResult.ChunkResultState
private function set DownloadResult (value : ChunkResult.ChunkResultState)

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.ChunkResult.ChunkResultState
A ChunkResultState object that represents the download result.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ChunkDownloadedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace