OPC Studio User's Guide and Reference
SupportedTransportProfileUriStringSet Property (UAPublishSubscribeElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.InformationModel Namespace > UAPublishSubscribeElement Class : SupportedTransportProfileUriStringSet Property
A list of transport profile URI strings supported by the server (better: publisher or subscriber).
Syntax
'Declaration
 
Public Property SupportedTransportProfileUriStringSet As StringSet
'Usage
 
Dim instance As UAPublishSubscribeElement
Dim value As StringSet
 
instance.SupportedTransportProfileUriStringSet = value
 
value = instance.SupportedTransportProfileUriStringSet
public StringSet SupportedTransportProfileUriStringSet {get; set;}
public:
property StringSet^ SupportedTransportProfileUriStringSet {
   StringSet^ get();
   void set (    StringSet^ value);
}

Property Value

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

The individual elements of the property value 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