Share via


MediaFieldValue.ToString Method

Serializes the field value as an HTML definition list.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As MediaFieldValue
Dim returnValue As String

returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()

Return Value

Type: System.String
A string containing an HTML definition list with the terms containing the property names and the definitions containing the property values.

See Also

Reference

MediaFieldValue Class

MediaFieldValue Members

Microsoft.SharePoint.Publishing.Fields Namespace