QueryConditionTargetField Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the target field for this condition
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string TargetField { get; set; }
Public Property TargetField As String
Get
Set
public:
virtual property String^ TargetField {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_TargetField();
function set_TargetField(value);
Property Value
Type:
StringThe target field for this condition
Return Value
Type:
StringThe target field for this condition
Remarks See Also