SmoothStreamingMediaElement.ConfigPath Property

Gets or sets the path of the configuration file.

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

Syntax

'Declaration

Public Property ConfigPath As String
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As String

value = instance.ConfigPath

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

Property Value

Type: System.String
The path of the configuration file.

Version Information

Silverlight

Supported in: 5

Windows Phone

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

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace