SSMELogReadyRoutedEventArgs.Log Property

Gets or sets an XML string in the Windows Media Log format that contains the fields listed in the LogFields section.

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

Syntax

'Declaration

Public Property Log As String
    Get
    Private Set
'Usage

Dim instance As SSMELogReadyRoutedEventArgs
Dim value As String

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

Property Value

Type: System.String
A string that contains XML data.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SSMELogReadyRoutedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace