Reflection
DefaultChannelName Property


Gets the default channel name. The name is based on untitled channel name combined with current user name.
Syntax
'Declaration
 
Public Shared ReadOnly Property DefaultChannelName As String
'Usage
 
Dim value As String
 
value = MyReflection.DefaultChannelName
public static string DefaultChannelName {get;}
See Also