OPC Studio User's Guide and Reference
SharedParameters Property (EasyUASubscriberManagementCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > EasyUASubscriberManagementCore Class : SharedParameters Property
Parameters that are always shared by all instances of the component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property SharedParameters As EasyUASubscriberSharedParameters
'Usage
 
Dim instance As EasyUASubscriberManagementCore
Dim value As EasyUASubscriberSharedParameters
 
instance.SharedParameters = value
 
value = instance.SharedParameters
[NotNull()]
public EasyUASubscriberSharedParameters SharedParameters {get; set;}
[NotNull()]
public:
property EasyUASubscriberSharedParameters^ SharedParameters {
   EasyUASubscriberSharedParameters^ get();
   void set (    EasyUASubscriberSharedParameters^ value);
}

Property Value

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

Remarks

The initial value can be changed by configuration and can differ from the default.

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