adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ComputerMonitor Class / MonitorType Property


In This Topic
    MonitorType Property
    In This Topic
    The type of monitor.
    Syntax
    'Declaration
     
    
    Public Property MonitorType As ComputerMonitorType
    public ComputerMonitorType MonitorType {get; set;}
    public:
    property ComputerMonitorType MonitorType {
       ComputerMonitorType get();
       void set (    ComputerMonitorType value);
    }
    See Also