PickerItem.DescriptionHtml property

Gets the HTML description of the item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property DescriptionHtml As String
    Get
'Usage
Dim instance As PickerItem
Dim value As String

value = instance.DescriptionHtml
public string DescriptionHtml { get; }

Property value

Type: System.String
A string that specifies the HTML description of the item.

See also

Reference

PickerItem class

PickerItem members

Microsoft.SharePoint.WebControls namespace