See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | ITLogLib.CloseLogChannel  | ITLogLib.OpenLogChannel

Language

Visual Basic

C#

JScript

Show All

See AlsoLanguages ItLogLib2DotNet Send feedback on this topic to support@itech-software.com.

Name Property

The name of the logchannel (read-only).

[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[JScript]
public function get Name : String

Remarks

Return value:

As all logchannel objects which you currently can get represent open logchannels, the return value should never be empty ("").

This even holds in cases when you have called ITLogLib.CloseLogChannel for this logchannel before. Then you can still use the object and get its name.

 

See Also

ITOutputLogChannel Class  | ITOutputLogChannel Members  | ITLogLib.CloseLogChannel  | ITLogLib.OpenLogChannel

 

 


(c) 2002-2004 iTech Software GmbH, Berlin. Version 2.4, Wed 07 Jul 2004.