QuickOPC User's Guide and Reference
AttributeReadParametersTemplate Property (UAConnectivity)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivity Class : AttributeReadParametersTemplate Property
Template for OPC attribute read parameters in newly added bindings.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property AttributeReadParametersTemplate As UAAttributePointReadParameters
'Usage
 
Dim instance As UAConnectivity
Dim value As UAAttributePointReadParameters
 
instance.AttributeReadParametersTemplate = value
 
value = instance.AttributeReadParametersTemplate
[NotNull()]
public UAAttributePointReadParameters AttributeReadParametersTemplate {get; set;}
[NotNull()]
public:
property UAAttributePointReadParameters^ AttributeReadParametersTemplate {
   UAAttributePointReadParameters^ get();
   void set (    UAAttributePointReadParameters^ value);
}
Remarks
The template is used in design-time to facilitate repetitive use of the same attribute read parameters.
Requirements

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

See Also