C# Class Opc.Ua.Client.Controls.DataListCtrl.ValueState

Stores the state associated with an item.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
Component object
ComponentId object
ComponentIndex object
Expandable bool
Expanded bool
Value object

Property Details

Component public_oe property

public object Component
return object

ComponentId public_oe property

public object ComponentId
return object

ComponentIndex public_oe property

public object ComponentIndex
return object

Expandable public_oe property

public bool Expandable
return bool

Expanded public_oe property

public bool Expanded
return bool

Value public_oe property

public object Value
return object