Opc.Ua.Core
Start Property



Opc.Ua Namespace > SamplingRateGroup Class : Start Property
The first sampling rate in the group (in milliseconds).
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=1)>
Public Property Start As Double
'Usage
 
Dim instance As SamplingRateGroup
Dim value As Double
 
instance.Start = value
 
value = instance.Start
[DataMember(IsRequired=false, Order=1)]
public double Start {get; set;}
[DataMember(IsRequired=false, Order=1)]
public:
property double Start {
   double get();
   void set (    double value);
}

Property Value

The first sampling rate in the group (in milliseconds).
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

SamplingRateGroup Class
SamplingRateGroup Members