LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

FactoryType Property







Gets or sets the workstation UI factory type name.
Syntax
public string FactoryType {get; set;}
'Declaration
 
Public Property FactoryType As String
'Usage
 
Dim instance As WorkstationUISettings
Dim value As String
 
instance.FactoryType = value
 
value = instance.FactoryType
public string FactoryType {get; set;}
 get_FactoryType();
set_FactoryType(value);
public: __property string* get_FactoryType();
public: __property void set_FactoryType( 
   string* value
);
public:
property string* FactoryType {
   string* get();
   void set (    string* value);
}

Property Value

A System.String representing the workstation UI factory type name.
Remarks

The factory type should inherit from the default WorkstationUIFactory.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationUISettings Class
WorkstationUISettings Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.