The properties of System.Resources.ResourceManager are listed below. For a list of all members, see the ResourceManager Members list.
See Also: Inherited members from System.Object
[read-only] | BaseName | string.
Gets the root name of the resource files that the System.Resources.ResourceManager searches for resources. |
IgnoreCase | bool.
Gets or sets a value that indicates whether the resource manager allows case-insensitive resource lookups in the ResourceManager.GetString(string) and ResourceManager.GetObject(string) methods. | |
[read-only] | ResourceSetType | Type.
Gets the type of the resource set object that the resource manager uses to construct a System.Resources.ResourceSet object. |
FallbackLocation | UltimateResourceFallbackLocation.
Gets or sets the location from which to retrieve default fallback resources. |