.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.ServerProperties Class Reference

The properties of the current server instance. More...

Public Member Functions

 ServerProperties ()
 The default constructor. More...
 

Properties

string ProductUri [get, set]
 The unique identifier for the product. More...
 
string ProductName [get, set]
 The name of the product More...
 
string ManufacturerName [get, set]
 The name of the manufacturer More...
 
string SoftwareVersion [get, set]
 The software version for the application More...
 
string BuildNumber [get, set]
 The build number for the application More...
 
DateTime BuildDate [get, set]
 When the application was built. More...
 
StringCollection DatatypeAssemblies [get]
 The assemblies that contain encodeable types that could be uses a variable values. More...
 
SignedSoftwareCertificateCollection SoftwareCertificates [get]
 The software certificates granted to the server. More...
 

Detailed Description

The properties of the current server instance.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ServerProperties.ServerProperties ( )
inline

The default constructor.

Property Documentation

DateTime UnifiedAutomation.UaBase.ServerProperties.BuildDate
getset

When the application was built.

string UnifiedAutomation.UaBase.ServerProperties.BuildNumber
getset

The build number for the application

StringCollection UnifiedAutomation.UaBase.ServerProperties.DatatypeAssemblies
get

The assemblies that contain encodeable types that could be uses a variable values.

string UnifiedAutomation.UaBase.ServerProperties.ManufacturerName
getset

The name of the manufacturer

string UnifiedAutomation.UaBase.ServerProperties.ProductName
getset

The name of the product

string UnifiedAutomation.UaBase.ServerProperties.ProductUri
getset

The unique identifier for the product.

SignedSoftwareCertificateCollection UnifiedAutomation.UaBase.ServerProperties.SoftwareCertificates
get

The software certificates granted to the server.

string UnifiedAutomation.UaBase.ServerProperties.SoftwareVersion
getset

The software version for the application


The documentation for this class was generated from the following file: