IOpcNodeModellingOrder Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The IOpcNodeModellingOrder interface defines the following members.

IsOptional

Gets a value indicating whether the instance might not necessarily exist.

C#

bool IsOptional { get; }


Property Value

Boolean

The value true if the instance might not always exists; otherwise the value false.

Rule

C#

OpcModellingRule? Rule { get; }


Property Value

Nullable<OpcModellingRule>