Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSaveFileDialogResult Class / File Property


In This Topic
    File Property (NSaveFileDialogResult)
    In This Topic
    Gets an NFile object that refers to the selected file.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property File As NFile
    'Usage
     
    
    Dim instance As NSaveFileDialogResult
    Dim value As NFile
     
    value = instance.File
    public abstract NFile File {get;}

    Property Value

    Returns an NFile object that refers to the selected file.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also