Admin Production rocket
Current Publication

WorkspaceName Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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

                  

                     
                     
[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