GoogleDateParameterValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a DateTimeFilterValue object that represents the value set for this parameter
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTimeFilterValue Value { get; set; }
Public Property Value As DateTimeFilterValue
Get
Set
public:
virtual property DateTimeFilterValue^ Value {
DateTimeFilterValue^ get () sealed;
void set (DateTimeFilterValue^ value) sealed;
}
function get_Value();
function set_Value(value);
Return Value
Type:
DateTimeFilterValueA DateTimeFilterValue object that represents the value set for this parameter
Implements
GoogleDateParameter_GoogleDateParameterValueSee Also