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


In This Topic
HelpSystemLocation Property (IWorkspaceAttributes)
In This Topic
Gets or sets a value indicating the current help system to use within the workspace.
Syntax
'Declaration
 
Property HelpSystemLocation As HelpSystemEnum
 
'Usage
 
Dim instance As IWorkspaceAttributes
Dim value As HelpSystemEnum
 
instance.HelpSystemLocation = value
 
value = instance.HelpSystemLocation
See Also