supportsObacForAnonymousUsers property

bool supportsObacForAnonymousUsers

True if the layer supports OBAC for anonymous users, false otherwise.

Implementation

bool get supportsObacForAnonymousUsers {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore
        .RT_ArcGISFeatureLayerInfo_getSupportsOBACForAnonymousUsers(
      _handle,
      errorHandler,
    );
  });
}