# Value Property Initializes a new instance of the EnumerationAttribute(T) class with a specified value. ## Definition **Namespace:** CapyKit.Attributes **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 T The value. ## See Also #### Reference EnumerationAttribute(T) Class CapyKit.Attributes Namespace