The properties of Android.Content.PM.ProviderInfo are listed below. For a list of all members, see the ProviderInfo Members list.
See Also: Inherited members from Android.Content.PM.ComponentInfo
| Authority | string. The name provider is published under content:// | |
| [read-only] static | Creator | Android.OS.IParcelableCreator. |
| Flags | ProviderInfoFlags. Options that have been set in the provider declaration in the manifest. | |
| GrantUriPermissions | bool. If true, additional permissions to specific Uris in this content provider can be granted, as per the NoType:android/R$styleable;Href=../../../../reference/android/R.styleable.html#AndroidManifestProvider_grantUriPermissions attribute. | |
| InitOrder | int. Used to control initialization order of single-process providers running in the same process. | |
| IsSyncable | bool. Whether or not this provider is syncable. | |
| Multiprocess | bool. If true, this content provider allows multiple instances of itself to run in different process. | |
| PathPermissions | IList<PathPermission>. If non-null, these are path-specific permissions that are allowed for accessing the provider. | |
| ReadPermission | string. Optional permission required for read-only access this content provider. | |
| UriPermissionPatterns | IList<Android.OS.PatternMatcher>. If non-null, these are the patterns that are allowed for granting URI permissions. | |
| WritePermission | string. Optional permission required for read/write access this content provider. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |