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);
}
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