# 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 **C#** ``` C# public T Value { get; private set; } ``` **F#** ``` F# member Value : 'T with get, private set ``` #### Property Value T The value. ## See Also #### Reference EnumerationAttribute(T) Class CapyKit.Attributes Namespace