OpcNodeTypeOptionalMemberAttribute 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 optional by the node type description.

C#

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


Inheritance ObjectAttribute › OpcNodeTypeOptionalMemberAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

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