PickerDialog.HtmlMessageLabel property

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

Syntax

'Declaration
Public ReadOnly Property HtmlMessageLabel As Label
    Get
'Usage
Dim instance As PickerDialog
Dim value As Label

value = instance.HtmlMessageLabel
public Label HtmlMessageLabel { get; }

Property value

Type: System.Web.UI.WebControls.Label
Returns Label.

See also

Reference

PickerDialog class

PickerDialog members

Microsoft.SharePoint.WebControls namespace