Share via


SmoothStreamingErrorEventArgs.ErrorCode Property

Gets or sets the ErrorCode property.

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

Syntax

'Declaration

Public Property ErrorCode As Integer
    Get
    Set
'Usage

Dim instance As SmoothStreamingErrorEventArgs
Dim value As Integer

value = instance.ErrorCode

instance.ErrorCode = value
public int ErrorCode { get; set; }
public:
property int ErrorCode {
    int get ();
    void set (int value);
}
member ErrorCode : int with get, set
function get ErrorCode () : int
function set ErrorCode (value : int)

Property Value

Type: System.Int32
An integer value that contains the error code.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SmoothStreamingErrorEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace