C#
VB
C++
Gets or sets the LoggerElement at the specified index.
public LoggerElement Item(
int index
) { get; set; }
Public Property Item( _
ByVal index As Integer _
) As Leadtools.Logging.Configuration.LoggerElement
public:
property Leadtools.Logging.Configuration.LoggerElement^ Item {
Leadtools.Logging.Configuration.LoggerElement^ get(int index);
void set (int index, Leadtools.Logging.Configuration.LoggerElement^ );
}
index
The index of the LoggerElement to get.
The LoggerElement at the specified index.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET