'Declaration
<IgnoreDataMemberAttribute()> <NotNullAttribute()> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)> <XmlIgnoreAttribute()> Public Property TransportProfileDisplayName As String
'Usage
Dim instance As UAEndpointSelectionPolicy Dim value As String instance.TransportProfileDisplayName = value value = instance.TransportProfileDisplayName
[IgnoreDataMember()] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] [XmlIgnore()] public string TransportProfileDisplayName {get; set;}
[IgnoreDataMember()] [NotNull()] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ValuesStandardPropertyConverter)] [XmlIgnore()] public: property String^ TransportProfileDisplayName { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.