TrackInfo.Language 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 Language property.

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

Syntax

'Declaration
Public Property Language As String
    Get
    Protected Set
'Usage
Dim instance As TrackInfo
Dim value As String

value = instance.Language

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

Property Value

Type: System.String
A string value that specifies the language of the track.

Permissions

See Also

Reference

TrackInfo Class

TrackInfo Members

Microsoft.Web.Media.SmoothStreaming Namespace