Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceAttributes Interface / EnableHLLAPILogging Property


In This Topic
    EnableHLLAPILogging Property (IWorkspaceAttributes)
    In This Topic
    Gets or sets a value indicating whether HLLAPI logging is enabled.
    Syntax
    'Declaration
     
    
    Property EnableHLLAPILogging As Boolean
    'Usage
     
    
    Dim instance As IWorkspaceAttributes
    Dim value As Boolean
     
    instance.EnableHLLAPILogging = value
     
    value = instance.EnableHLLAPILogging
    bool EnableHLLAPILogging {get; set;}
    See Also