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






Gets ClearImage Server edition: Development or Production.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Edition As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = Server.Edition
C# 
public static string Edition {get;}
Delphi 
public read-only property Edition: String; static; 
JScript 
public static function get Edition : String
Managed Extensions for C++ 
public: __property static string* get_Edition();
C++/CLI 
public:
static property String^ Edition {
   String^ 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.