Share via


MediaFieldValue.TemplateSource property

Gets or sets a URL reference to an Extensible Application Markup Language (XAML) document containing a ControlTemplate definition used as the media player's style or skin.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property TemplateSource As String
    Get
    Set
'Usage
Dim instance As MediaFieldValue
Dim value As String

value = instance.TemplateSource

instance.TemplateSource = value
[DataMemberAttribute]
public string TemplateSource { get; set; }

Property value

Type: System.String
A URL reference to a XAML document that contains a ControlTemplate definition used as the media player’s style or skin.

See also

Reference

MediaFieldValue class

MediaFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace