'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)> <XmlIgnoreAttribute()> Public Property TransportProfileName As String
'Usage
Dim instance As UAPubSubConnectionDescriptor Dim value As String instance.TransportProfileName = value value = instance.TransportProfileName
[DefaultValue("")] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] [XmlIgnore()] public string TransportProfileName {get; set;}
[DefaultValue("")] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] [XmlIgnore()] public: property String^ TransportProfileName { String^ get(); void set ( String^ value); }