Share via


SmoothStreamingErrorEventArgs.ErrorMessage Property

Gets or sets the ErrorMessage property.

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

Syntax

'Declaration

Public Property ErrorMessage As String
    Get
    Set
'Usage

Dim instance As SmoothStreamingErrorEventArgs
Dim value As String

value = instance.ErrorMessage

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

Property Value

Type: System.String
A string value that contains the error message.

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