ownershipBasedAccessControlEnabled property
True if ownership-based access control is enabled, false otherwise.
The data owner can restrict people from accessing features they do not own using Ownership-based access control. For more information, see Ownership-based access control for feature services.
False if an error occurs.
Implementation
bool get ownershipBasedAccessControlEnabled {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_EditorTrackingInfo_getOwnershipBasedAccessControlEnabled(
_handle, errorHandler);
});
}