C# Класс Opc.Ua.Com.Server.DaProperty

Stores information an element in the DA server address space.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DaProperty ( ) : System

Initializes a new instance of the DaProperty class.

DaProperty ( int propertyId ) : System

Initializes a new instance of the DaProperty class.

Описание методов

DaProperty() публичный Метод

Initializes a new instance of the DaProperty class.
public DaProperty ( ) : System
Результат System

DaProperty() публичный Метод

Initializes a new instance of the DaProperty class.
public DaProperty ( int propertyId ) : System
propertyId int The property id.
Результат System