Click or drag to resize

TpsResourceManager Properties

The TpsResourceManager type exposes the following members.

Properties
  NameDescription
Public propertyBaseName
Gets the root name of the resource files that the ResourceManager searches for resources.
(Inherited from ResourceManager.)
Protected propertyFallbackLocation
Gets or sets the location from which to retrieve neutral fallback resources.
(Inherited from ResourceManager.)
Public propertyIgnoreCase
Gets or sets a Boolean value indicating whether the current instance of ResourceManager allows case-insensitive resource lookups in the GetString(String) and GetObject(String) methods.
(Inherited from ResourceManager.)
Public propertyResourceSetType
Gets the Type of the ResourceSet the ResourceManager uses to construct a ResourceSet object.
(Inherited from ResourceManager.)
Top
See Also