'Declaration
<NotNullAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)> Public Property TransportProfileUriString As String
'Usage
Dim instance As UAEndpointSelectionPolicy Dim value As String instance.TransportProfileUriString = value value = instance.TransportProfileUriString
[NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] public string TransportProfileUriString {get; set;}
[NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] public: property String^ TransportProfileUriString { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.