InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.OpenSystemsGraphics Namespace / OpenSystemsGraphicsTerminalControl Class / WorkspaceName Property


In This Topic
WorkspaceName Property (OpenSystemsGraphicsTerminalControl)
In This Topic
Gets or sets the name of the workspace providing session services to this instance. If this is undefined or empty, the unique workspace name is used.
Syntax
'Declaration
 
<CategoryAttribute("Terminal")>
<DescriptionAttribute("Name of the workspace providing session services to this instance.")>
<DefaultValueAttribute("Reflection")>
Public Property WorkspaceName As String
 
'Usage
 
Dim instance As OpenSystemsGraphicsTerminalControl
Dim value As String
 
instance.WorkspaceName = value
 
value = instance.WorkspaceName

Property Value

Default value is "Reflection_<UserName>". If user name contains invalid characters then "DefaultName" will be appended as default.
Remarks
The workspace name (also referred to as the channel name) must have the same format as a valid Internet hostname. Names can contain only the ASCII letters 'a' through 'z' (in a case-insensitive manner), the digits '0' through '9', and the hyphen ('-'). No other symbols, punctuation characters, or white space are permitted.
See Also