C#
VB
C++
Accessor and setter for the List of underlying components.
Public Property Components As List(Of ComponentStructure)
public List<ComponentStructure> Components { get; }
public:
property List<ComponentStructure^>^ Components {
List<ComponentStructure^>^ get();
void set ( List<ComponentStructure^>^ );
}
Gets or sets the list of components.
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