ConstantValueDefinitionTValue Property  | 
 
            Gets or sets the constant value.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic T Value { get; set; }Public Property Value As T
	Get
	Set
public:
property T Value {
	T get ();
	void set (T value);
}member Value : 'T with get, set
Property Value
Type: 
T
See Also