FileDialogFilter.Description Property
Returns the description of each FileDialogFilter object as a String value.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Description As String
Get
'Usage
Dim instance As FileDialogFilter
Dim value As String
value = instance.Description
string Description { get; }
Property Value
Type: System.String
Remarks
The description is the text that is displayed in the File dialog box.