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


In This Topic
    HLLAPILogFile Property (IWorkspaceAttributes)
    In This Topic
    Gets or sets a value indicating the HLLAPI log file pathname.
    Syntax
    'Declaration
     
    
    Property HLLAPILogFile As String
    'Usage
     
    
    Dim instance As IWorkspaceAttributes
    Dim value As String
     
    instance.HLLAPILogFile = value
     
    value = instance.HLLAPILogFile
    string HLLAPILogFile {get; set;}
    See Also