Opc.Ua.Core
Count Property (SamplingRateGroup)



Opc.Ua Namespace > SamplingRateGroup Class : Count Property
The number of sampling rates in the group.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=3)>
Public Property Count As Integer
'Usage
 
Dim instance As SamplingRateGroup
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
[DataMember(IsRequired=false, Order=3)]
public int Count {get; set;}
[DataMember(IsRequired=false, Order=3)]
public:
property int Count {
   int get();
   void set (    int value);
}

Property Value

The count.
Remarks
A count of 0 means there is no limit.
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