MediaFieldValue.TemplateSource Property
Gets or sets a URL reference to a Extensible Application Markup Language (XAML) document containing a ControlTemplate definition to be 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