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


In This Topic
    HelpSystemLocation Property (WorkspaceAttributes)
    In This Topic
    Gets or sets a value indicating the current help system to use within the workspace
    Syntax
    'Declaration
     
    
    Public Property HelpSystemLocation As HelpSystemEnum
    'Usage
     
    
    Dim instance As WorkspaceAttributes
    Dim value As HelpSystemEnum
     
    instance.HelpSystemLocation = value
     
    value = instance.HelpSystemLocation
    public HelpSystemEnum HelpSystemLocation {get; set;}
    See Also