C# Class Opc.Ua.Client.Controls.AttributeListCtrl.ItemInfo

Show file Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
AttributeId uint
Name string
NodeId NodeId
Value DataValue

Property Details

AttributeId public property

public uint AttributeId
return uint

Name public property

public string Name
return string

NodeId public property

public NodeId NodeId
return NodeId

Value public property

public DataValue Value
return DataValue