ClearImage .NET API
Edition Property





Inlite.ClearImageNet Namespace > Server Class : Edition Property
Gets ClearImage Server edition: Development or Production.
Syntax
'Declaration
 
Public Shared ReadOnly Property Edition As System.String
'Usage
 
Dim value As System.String
 
value = Server.Edition
public static System.string Edition {get;}
public read-only property Edition: System.String; static; 
public static function get Edition : System.String
public:
static property System.String^ Edition {
   System.String^ get();
}
See Also

Reference

Server Class
Server Members