InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.IbmHosts Namespace / IbmTerminalControl Class / WorkspaceName Property


In This Topic
    WorkspaceName Property (IbmTerminalControl)
    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 IbmTerminalControl
    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