QuickOPC User's Guide and Reference
AttributeWriteParametersTemplate Property (UAConnectivityConfiguration)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityConfiguration Class : AttributeWriteParametersTemplate Property
Template for OPC attribute write parameters in newly added bindings.
Syntax
'Declaration
 
<DataMemberAttribute()>
<NotNullAttribute()>
Public Property AttributeWriteParametersTemplate As UAAttributePointWriteParameters
'Usage
 
Dim instance As UAConnectivityConfiguration
Dim value As UAAttributePointWriteParameters
 
instance.AttributeWriteParametersTemplate = value
 
value = instance.AttributeWriteParametersTemplate
[DataMember()]
[NotNull()]
public UAAttributePointWriteParameters AttributeWriteParametersTemplate {get; set;}
[DataMember()]
[NotNull()]
public:
property UAAttributePointWriteParameters^ AttributeWriteParametersTemplate {
   UAAttributePointWriteParameters^ get();
   void set (    UAAttributePointWriteParameters^ value);
}
Remarks
The template is used in design-time to facilitate repetitive use of the same attribute write parameters.
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