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


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