InfoConnect for Airlines
WorkspaceName Property (IbmTerminalControl)


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
 
<DescriptionAttribute("Name of the workspace providing session services to this instance.")>
<DefaultValueAttribute()>
<CategoryAttribute("Terminal")>
Public Property WorkspaceName As String
'Usage
 
Dim instance As IbmTerminalControl
Dim value As String
 
instance.WorkspaceName = value
 
value = instance.WorkspaceName
[Description("Name of the workspace providing session services to this instance.")]
[DefaultValue()]
[Category("Terminal")]
public string WorkspaceName {get; set;}

Property Value

Default value is "Reflection_<UserName>".
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