OpcDataTypeIgnoreMemberAttribute Class

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

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

C#

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


Inheritance ObjectAttribute › OpcDataTypeIgnoreMemberAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

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