PickerDialog.DialogTitle Property
Gets or sets the title of the dialog box.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.