QuickOPC User's Guide and Reference
OpcFoundationSet Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAPropertyIdSet Class : OpcFoundationSet Property
Basic and Recommended properties, as defined by OPC Foundation.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Shared ReadOnly Property OpcFoundationSet As DAPropertyIdSet
'Usage
 
Dim value As DAPropertyIdSet
 
value = DAPropertyIdSet.OpcFoundationSet
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public static DAPropertyIdSet OpcFoundationSet {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public:
static property DAPropertyIdSet^ OpcFoundationSet {
   DAPropertyIdSet^ get();
}
Remarks

This is a union of BasicSet and RecommendedSet property sets.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also