OpcNodeTypeIgnoreMemberAttribute Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Declares a field or property of a custom node type, to that the member belongs on that this attribute is applied, to be ignored by the node type description.

C#

[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public class OpcNodeTypeIgnoreMemberAttribute : Attribute, _Attribute


Inheritance ObjectAttribute › OpcNodeTypeIgnoreMemberAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

Name Description
OpcNodeTypeIgnoreMemberAttribute Initializes a new instance of the OpcNodeTypeIgnoreMemberAttribute class.