useStandardizedQueries property
A flag indicating whether the sublayer requires the use of standardized queries. Returns true indicates the sublayer requires the use of standardized queries, a value of false indicates otherwise.
False if an error occurs.
Implementation
bool get useStandardizedQueries {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_ArcGISMapServiceSublayerInfo_getUseStandardizedQueries(
_handle, errorHandler);
});
}