OpcEnumMemberAttribute Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcEnumMemberAttribute type exposes the following members.

OpcEnumMemberAttribute(String)

Initializes a new instance of the OpcEnumMemberAttribute class using the unique name of the enumeration member to that the attribute belongs.

C#

public OpcEnumMemberAttribute(string name)


Parameters

name String

The name of the enumeration member which unique identifies the member in the enumeration.

Description

Gets or sets the description of the enumeration member which defines the purpose of the member.

C#

public string Description { get; set; }


Property Value

String

The description of the purpose of the enmeration member to the attribute belong.



Remarks

This property is only used for “EnumValue” definitions.

Name

Gets the name of the enumeration member which unique identifies the member in the enumeration.

C#

public string Name { get; }


Property Value

String

The unique name of the enumeration member.



Remarks

This property is used for “EnumString” and “EnumValue” definitions.