Table of Contents

Class StringValueAttribute

Namespace
Hi.MillingSteps
Assembly
HiMech.dll

Attribute for associating a string value with an enum value or other element.

public class StringValueAttribute : Attribute
Inheritance
StringValueAttribute
Inherited Members
Extension Methods

Constructors

StringValueAttribute(string)

Initializes a new instance of the StringValueAttribute class with the specified value.

public StringValueAttribute(string value)

Parameters

value string

The string value to associate with the element.

Properties

Value

Gets or sets the string value associated with the element.

public string Value { get; set; }

Property Value

string