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

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

Public Properties

Property Type Description
Component object
ComponentId 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

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