C# Class Opc.Ua.Com.Client.GroupItem

An item that belongs to group.
Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
Active bool
ActiveChanged bool
ClientHandle int
Created bool
Deleted bool
ErrorId int
ItemId string
ServerHandle int

Property Details

Active public property

public bool Active
return bool

ActiveChanged public property

public bool ActiveChanged
return bool

ClientHandle public property

public int ClientHandle
return int

Created public property

public bool Created
return bool

Deleted public property

public bool Deleted
return bool

ErrorId public property

public int ErrorId
return int

ItemId public property

public string ItemId
return string

ServerHandle public property

public int ServerHandle
return int