OpcNotificationDataSetItem Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcNotificationDataSetItem type exposes the following members.

OpcNotificationDataSetItem(IEncodeable)

C#

[CLSCompliant(false)]
protected OpcNotificationDataSetItem(IEncodeable content)


Parameters

content IEncodeable



Exceptions

ArgumentNullException


OpcNotificationDataSetItem(IEncodeable, OpcNotification)

C#

[CLSCompliant(false)]
protected OpcNotificationDataSetItem(IEncodeable content, OpcNotification notification)


Parameters

content IEncodeable


notification OpcNotification



Exceptions

ArgumentNullException


Notification

C#

public virtual OpcNotification Notification { get; protected set; }


Property Value

OpcNotification