'Declaration
<NotNullAttribute()> Public Property TopicPrefixHead As String
'Usage
Dim instance As UADataSetSubscriptionDescriptor Dim value As String instance.TopicPrefixHead = value value = instance.TopicPrefixHead
[NotNull()] public string TopicPrefixHead {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "opcua"
.