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

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

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

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

Initializes a new instance of the DaElement class.

SupportsProperty ( int propertyId ) : bool

Returns true if the element supports the specified property.

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

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

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

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

Returns true if the element supports the specified property.
public SupportsProperty ( int propertyId ) : bool
propertyId int The property id.
Результат bool