Opc.Ua.Core
DisableHiResClock Property



Opc.Ua Namespace > ApplicationConfiguration Class : DisableHiResClock Property
Disabling / enabling high resolution clock
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=12)>
Public Property DisableHiResClock As Boolean
'Usage
 
Dim instance As ApplicationConfiguration
Dim value As Boolean
 
instance.DisableHiResClock = value
 
value = instance.DisableHiResClock
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=12)]
public bool DisableHiResClock {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=12)]
public:
property bool DisableHiResClock {
   bool get();
   void set (    bool value);
}

Property Value

true if high resolution clock is disabled; otherwise, false.
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

ApplicationConfiguration Class
ApplicationConfiguration Members