Gets and sets the constant value for this ExprConstant.
Namespace: Endeca.Navigation.AnalyticsAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual string Value { get; set; } |
| Visual Basic |
|---|
Public Overridable Property Value As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ Value { String^ get (); void set (String^ value); } |