Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceAttributes Class / EnableEventLogging Property


In This Topic
    EnableEventLogging Property (WorkspaceAttributes)
    In This Topic
    Gets or sets a value indicating whether application logging is active or not
    Syntax
    'Declaration
     
    
    Public Property EnableEventLogging As Boolean
    'Usage
     
    
    Dim instance As WorkspaceAttributes
    Dim value As Boolean
     
    instance.EnableEventLogging = value
     
    value = instance.EnableEventLogging
    public bool EnableEventLogging {get; set;}
    See Also