SmoothStreamingMediaElement.LoggingUrl Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the LoggingUrl property.

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

Syntax

'Declaration
Public Property LoggingUrl As String
    Get
    Set
'Usage
Dim instance As SmoothStreamingMediaElement
Dim value As String

value = instance.LoggingUrl

instance.LoggingUrl = value
public string LoggingUrl { get; set; }
public:
property String^ LoggingUrl {
    String^ get ();
    void set (String^ value);
}
function get LoggingUrl () : String
function set LoggingUrl (value : String)

Property Value

Type: System.String
A string value that specifies the logging URL.

Permissions

See Also

Reference

SmoothStreamingMediaElement Class

SmoothStreamingMediaElement Members

Microsoft.Web.Media.SmoothStreaming Namespace