CapyKit/Documentation/Help/P_CapyKit_Attributes_EnumerationAttribute_1_Value.md

33 lines
718 B
Markdown
Raw Normal View History

# Value Property
2024-04-21 03:30:36 -05:00
Initializes a new instance of the <a href="T_CapyKit_Attributes_EnumerationAttribute_1.md">EnumerationAttribute(T)</a> class with a specified value.
## Definition
2024-04-21 03:30:36 -05:00
**Namespace:** <a href="N_CapyKit_Attributes.md">CapyKit.Attributes</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
**C#**
``` C#
2024-04-21 03:30:36 -05:00
public T Value { get; private set; }
```
**F#**
``` F#
2024-04-21 03:30:36 -05:00
member Value : 'T with get, private set
```
#### Property Value
2024-04-21 03:30:36 -05:00
<a href="T_CapyKit_Attributes_EnumerationAttribute_1.md">T</a>
The value.
## See Also
#### Reference
2024-04-21 03:30:36 -05:00
<a href="T_CapyKit_Attributes_EnumerationAttribute_1.md">EnumerationAttribute(T) Class</a>
<a href="N_CapyKit_Attributes.md">CapyKit.Attributes Namespace</a>