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