OpcEnumMember Class

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

Defines the metadata required to represent a member of an enumerated type definition.

C#

public class OpcEnumMember


Inheritance Object › OpcEnumMember

Name Description
OpcEnumMember(String, Int64) Initializes a new instance of the OpcEnumMember class using the unique name and value of the enumeration member to define.
OpcEnumMember(String, Int64, String) Initializes a new instance of the OpcEnumMember class using the unique name, value and description of the enumeration member to define.
Name Description
Description Gets description of the enumeration member which defines the purpose of the member.
Name Gets the name of the enumeration member which unique identifies the member in the enumeration.
Value Gets the value of the enumeration member.