Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / SaveAs Method
The fully qualified path of the specified file.


In This Topic
    SaveAs Method (IbmPrinter)
    In This Topic
    Saves all settings to the specified file.
    Syntax
    'Declaration
     
    
    Public Function SaveAs( _
       ByVal filePath As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim filePath As String
    Dim value As ReturnCode
     
    value = instance.SaveAs(filePath)
    public ReturnCode SaveAs( 
       string filePath
    )

    Parameters

    filePath
    The fully qualified path of the specified file.

    Return Value

    ReturnCode value indicate success or error conditions.
    See Also