Share via


MediaFieldValue.Title property

Gets or sets the title of the media.

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

Syntax

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

value = instance.Title

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

Property value

Type: System.String
The title of the media

See also

Reference

MediaFieldValue class

MediaFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace