'Declaration
<DefaultValueAttribute("")> <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
[DefaultValue("")] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] public string TransportProfileUriString {get; set;}
[DefaultValue("")] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] public: property String^ TransportProfileUriString { String^ get(); void set ( String^ value); }