ClearImage 8 Help
Modules Property
See Also  Send Feedback
Inlite.ClearImageNet Namespace > Server Class : Modules Property






List of Modules, including license status

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Modules As LicModule()
Visual Basic (Usage)Copy Code
Dim value() As LicModule
 
value = Server.Modules
C# 
public static LicModule[] Modules {get;}
Delphi 
public read-only property Modules: array of LicModule; static; 
JScript 
public static function get Modules : LicModule[]
Managed Extensions for C++ 
public: __property static LicModule*[]* get_Modules();
C++/CLI 
public:
static property array<LicModule^>^ Modules {
   array<LicModule^>^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.