C# Class Opc.Ua.Com.Server.DaProperty

Stores information an element in the DA server address space.
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
DaProperty ( ) : System

Initializes a new instance of the DaProperty class.

DaProperty ( int propertyId ) : System

Initializes a new instance of the DaProperty class.

Method Details

DaProperty() public method

Initializes a new instance of the DaProperty class.
public DaProperty ( ) : System
return System

DaProperty() public method

Initializes a new instance of the DaProperty class.
public DaProperty ( int propertyId ) : System
propertyId int The property id.
return System