Opc.Ua.Core
MinimumSamplingInterval Property (UAVariable)



Opc.Ua.Export Namespace > UAVariable Class : MinimumSamplingInterval Property
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute(0)>
Public Property MinimumSamplingInterval As Double
'Usage
 
Dim instance As UAVariable
Dim value As Double
 
instance.MinimumSamplingInterval = value
 
value = instance.MinimumSamplingInterval
[XmlAttribute()]
[DefaultValue(0)]
public double MinimumSamplingInterval {get; set;}
[XmlAttribute()]
[DefaultValue(0)]
public:
property double MinimumSamplingInterval {
   double get();
   void set (    double value);
}
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

UAVariable Class
UAVariable Members