'Declaration
<CanBeNullAttribute()> <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()] [IgnoreDataMember()] [TypeConverter(OpcLabs.BaseLib.Internal.UriValuesStandardPropertyConverter)] [XmlIgnore()] public Uri TransportProfileUri {get; set;}
[CanBeNull()] [IgnoreDataMember()] [TypeConverter(OpcLabs.BaseLib.Internal.UriValuesStandardPropertyConverter)] [XmlIgnore()] public: property Uri^ TransportProfileUri { Uri^ get(); void set ( Uri^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.