Opc.Ua.Core
DefaultConfiguration Property



Opc.Ua Namespace > ConfiguredEndpointCollection Class : DefaultConfiguration Property
The default configuration for new ConfiguredEndpoints.
Syntax
'Declaration
 
Public ReadOnly Property DefaultConfiguration As EndpointConfiguration
'Usage
 
Dim instance As ConfiguredEndpointCollection
Dim value As EndpointConfiguration
 
value = instance.DefaultConfiguration
public EndpointConfiguration DefaultConfiguration {get;}
public:
property EndpointConfiguration^ DefaultConfiguration {
   EndpointConfiguration^ get();
}
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

ConfiguredEndpointCollection Class
ConfiguredEndpointCollection Members