Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL reference to the media.
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MediaSource As String
Get
Set
'Usage
Dim instance As MediaFieldValue
Dim value As String
value = instance.MediaSource
instance.MediaSource = value
[DataMemberAttribute]
public string MediaSource { get; set; }
Property Value
Type: System.String