InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / MyReflection Class / DefaultChannelName Property


In This Topic
    DefaultChannelName Property
    In This Topic
    Gets the default channel name. The name is based on untitled channel name combined with current user name. If user name contains invalid characters then "DefaultName" will be appended as default value.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property DefaultChannelName As String
    'Usage
     
    
    Dim value As String
     
    value = MyReflection.DefaultChannelName
    public static string DefaultChannelName {get;}
    See Also