'Declaration
<CanBeNullAttribute()> <ColumnDisplayAttribute(True)> <DefaultValueAttribute("")> <IgnoreDataMemberAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.Internal.UriValuesStandardPropertyConverter)> <XmlIgnoreAttribute()> Public Property TransportProfileUri As Uri
'Usage
Dim instance As UAPubSubConnectionDescriptor Dim value As Uri instance.TransportProfileUri = value value = instance.TransportProfileUri
[CanBeNull()] [ColumnDisplay(true)] [DefaultValue("")] [IgnoreDataMember()] [TypeConverter(OpcLabs.BaseLib.Internal.UriValuesStandardPropertyConverter)] [XmlIgnore()] public Uri TransportProfileUri {get; set;}
[CanBeNull()] [ColumnDisplay(true)] [DefaultValue("")] [IgnoreDataMember()] [TypeConverter(OpcLabs.BaseLib.Internal.UriValuesStandardPropertyConverter)] [XmlIgnore()] public: property Uri^ TransportProfileUri { Uri^ get(); void set ( Uri^ value); }