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

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the DaProperty class.
public DaProperty ( ) : System
Résultat System

DaProperty() public méthode

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