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


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