GoogleDateParameterDescription Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Description to be used when prompting for this date value
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Description { get; set; }
Public Property Description As String
Get
Set
public:
virtual property String^ Description {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Description();
function set_Description(value);
Return Value
Type:
StringThe Description to be used when prompting for this date value
Implements
GoogleDateParameter_GoogleDateParameterDescriptionSee Also