Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
WorkspaceName Property (OpenSystemsTerminalControl)
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 OpenSystemsTerminalControl Dim value As String instance.WorkspaceName = value value = instance.WorkspaceName
[Category("Terminal")] [Description("Name of the workspace providing session services to this instance.")] [DefaultValue("Reflection")] public string WorkspaceName {get; set;}
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