Share via


MediaFieldValue.VideoSetSource property

Gets or sets the URL reference to the VideoSet object that contains the media to be played.

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

Syntax

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

value = instance.VideoSetSource

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

Property value

Type: System.String
A string specifying the URL reference to the VideoSet object that contains the media to be played.

See also

Reference

MediaFieldValue class

MediaFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace