CapyKit/Documentation/Help/P_CapyKit_Attributes_EnumerationAttribute_1_Value.md

45 lines
837 B
Markdown
Raw Normal View History

# Value Property
Initializes a new instance of the <a href="T_CapyKit_Attributes_EnumerationAttribute_1">EnumerationAttribute(T)</a> class with a specified value.
## Definition
**Namespace:** <a href="N_CapyKit_Attributes">CapyKit.Attributes</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+6cdd805be49c3b769a116584ea6904955ecd820d
**C#**
``` C#
public T Value { get; }
```
**VB**
``` VB
Public ReadOnly Property Value As T
Get
```
**C++**
``` C++
public:
property T Value {
T get ();
}
```
**F#**
``` F#
member Value : 'T with get
```
#### Property Value
<a href="T_CapyKit_Attributes_EnumerationAttribute_1">T</a>
The value.
## See Also
#### Reference
<a href="T_CapyKit_Attributes_EnumerationAttribute_1">EnumerationAttribute(T) Class</a>
<a href="N_CapyKit_Attributes">CapyKit.Attributes Namespace</a>