PickerDialog.DialogTitle property

Gets or sets the title of the dialog box.

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

Syntax

'Declaration
Public Property DialogTitle As String
    Get
    Set
'Usage
Dim instance As PickerDialog
Dim value As String

value = instance.DialogTitle

instance.DialogTitle = value
public string DialogTitle { get; set; }

Property value

Type: System.String
The title defined by the consumer of the class to be shown in the user interface.

See also

Reference

PickerDialog class

PickerDialog members

Microsoft.SharePoint.WebControls namespace