Interface IValue
Value interface.
Namespace: Cortex.Net
Assembly: Cortex.Net.dll
Syntax
public interface IValue
Properties
| Improve this Doc View SourceValue
Gets or sets the underlying value. Best to be implemented specifically.
Declaration
object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |