Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / Modified Property


In This Topic
    Modified Property (IbmPrinter)
    In This Topic
    Gets a value indicating whether the session configuration has changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Modified As Boolean
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Boolean
     
    value = instance.Modified
    public bool Modified {get;}
    See Also