'Declaration
Public Property Title As String
'Usage
Dim instance As FilePicker Dim value As String instance.Title = value value = instance.Title
public string Title {get; set;}
'Declaration
Public Property Title As String
'Usage
Dim instance As FilePicker Dim value As String instance.Title = value value = instance.Title
public string Title {get; set;}
Note that according to Microsoft's documentation:
- On macOS, the Title will be displayed.
- On Android, the Title will be displayed on the initial prompt only.
- On Windows & iOS, the Title will not be displayed.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2