LinkConditions Property |
|
DataPA OpenAnalytics API Reference
Gets the conditions for this link
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Conditions Conditions { get; }
Public ReadOnly Property Conditions As Conditions
Get
public:
virtual property Conditions^ Conditions {
Conditions^ get () sealed;
}
function get_Conditions();
Property Value
Type:
ConditionsThe conditions for this link
Return Value
Type:
ConditionsThe conditions for this link
Remarks See Also