OPC Studio User's Guide and Reference
AttributeSubscribeParametersTemplate Property (UAConnectivityConfiguration)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityConfiguration Class : AttributeSubscribeParametersTemplate Property
Template for OPC attribute subscribe parameters in newly added bindings.
Syntax
'Declaration
 
<DataMemberAttribute()>
<NotNullAttribute()>
Public Property AttributeSubscribeParametersTemplate As UAAttributePointSubscribeParameters
 
'Usage
 
Dim instance As UAConnectivityConfiguration
Dim value As UAAttributePointSubscribeParameters
 
instance.AttributeSubscribeParametersTemplate = value
 
value = instance.AttributeSubscribeParametersTemplate

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks
The template is used in design-time to facilitate repetitive use of the same attribute subscribe parameters.

The getter method of this property is pure, i.e. it does not have observable side effects.

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