Opc.Ua.Core
MultiCastDnsEnabled Property



Opc.Ua Namespace > ServerConfiguration Class : MultiCastDnsEnabled Property
Gets or sets if multicast DNS is enabled.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=34)>
Public Property MultiCastDnsEnabled As Boolean
'Usage
 
Dim instance As ServerConfiguration
Dim value As Boolean
 
instance.MultiCastDnsEnabled = value
 
value = instance.MultiCastDnsEnabled
[DataMember(IsRequired=false, Order=34)]
public bool MultiCastDnsEnabled {get; set;}
[DataMember(IsRequired=false, Order=34)]
public:
property bool MultiCastDnsEnabled {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerConfiguration Class
ServerConfiguration Members