OPC Studio User's Guide and Reference
DefaultCommunicationProfile Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel Namespace > EasyUAServerConditionChangedEventArgs Class : DefaultCommunicationProfile Property
Default communication profile.
Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Public Shared ReadOnly Property DefaultCommunicationProfile As UACommunicationProfile
'Usage
 
Dim value As UACommunicationProfile
 
value = EasyUAServerConditionChangedEventArgs.DefaultCommunicationProfile
[JetBrains.Annotations.NotNull()]
public static UACommunicationProfile DefaultCommunicationProfile {get;}
[JetBrains.Annotations.NotNull()]
public:
static property UACommunicationProfile^ DefaultCommunicationProfile {
   UACommunicationProfile^ get();
}

Property Value

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

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