.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.GenericEnumeratedValue Class Reference

A value for an enumeration. More...

Inherits IFormattable.

Public Member Functions

virtual string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Properties

int Value [get, set]
 Gets or sets the value. More...
 
string Name [get, set]
 Gets or sets the name. More...
 

Detailed Description

A value for an enumeration.

Member Function Documentation

virtual string UnifiedAutomation.UaBase.GenericEnumeratedValue.ToString ( string  format,
IFormatProvider  formatProvider 
)
inlinevirtual

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Property Documentation

string UnifiedAutomation.UaBase.GenericEnumeratedValue.Name
getset

Gets or sets the name.

The name.

int UnifiedAutomation.UaBase.GenericEnumeratedValue.Value
getset

Gets or sets the value.

The value.


The documentation for this class was generated from the following file: