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


In This Topic
    EventLoggingLevel Property (IWorkspaceAttributes)
    In This Topic
    Gets or sets a value that indicates the level of event logging in Reflection
    Syntax
    'Declaration
     
    
    Property EventLoggingLevel As EventLoggingLevelEnum
    'Usage
     
    
    Dim instance As IWorkspaceAttributes
    Dim value As EventLoggingLevelEnum
     
    instance.EventLoggingLevel = value
     
    value = instance.EventLoggingLevel
    EventLoggingLevelEnum EventLoggingLevel {get; set;}
    See Also