'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("")> <IgnoreDataMemberAttribute()> <ValueDomainAttribute(OpcLabs.BaseLib.Networking.ValueDomains.DnsComputerNameValueDomain)> <XmlIgnoreAttribute()> Public Shadows Property Host As String
'Usage
Dim instance As UAEndpointDescriptor Dim value As String instance.Host = value value = instance.Host
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [IgnoreDataMember()] [ValueDomain(OpcLabs.BaseLib.Networking.ValueDomains.DnsComputerNameValueDomain)] [XmlIgnore()] public new string Host {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [IgnoreDataMember()] [ValueDomain(OpcLabs.BaseLib.Networking.ValueDomains.DnsComputerNameValueDomain)] [XmlIgnore()] public: new property String^ Host { String^ get(); void set ( String^ value); }