LogRecord.ResourceBundleName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the localization resource bundle name -or- Set the localization resource bundle name.
public virtual string? ResourceBundleName { [Android.Runtime.Register("getResourceBundleName", "()Ljava/lang/String;", "GetGetResourceBundleNameHandler")] get; [Android.Runtime.Register("setResourceBundleName", "(Ljava/lang/String;)V", "GetSetResourceBundleName_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getResourceBundleName", "()Ljava/lang/String;", "GetGetResourceBundleNameHandler")>]
[<set: Android.Runtime.Register("setResourceBundleName", "(Ljava/lang/String;)V", "GetSetResourceBundleName_Ljava_lang_String_Handler")>]
member this.ResourceBundleName : string with get, set
Property Value
the localization resource bundle name
- Attributes
Remarks
Property getter documentation:
Get the localization resource bundle name
This is the name for the ResourceBundle that should be used to localize the message string before formatting it. The result may be null if the message is not localizable.
Java documentation for java.util.logging.LogRecord.getResourceBundleName()
.
Property setter documentation:
Set the localization resource bundle name.
Java documentation for java.util.logging.LogRecord.setResourceBundleName(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.