PickerDialog.Title Property
Gets or sets the title of a picker dialog displayed in the Picker Dialog.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Title As String
Get
Set
'Usage
Dim instance As PickerDialog
Dim value As String
value = instance.Title
instance.Title = value
string Title { get; set; }
Property Value
Type: System.String
Remarks
Read/write.