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