ProvideOptionPageAttribute.ProvidesLocalizedCategoryName 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.
Determines whether the package has the localized resources for the category name.
public:
property bool ProvidesLocalizedCategoryName { bool get(); void set(bool value); };
public:
property bool ProvidesLocalizedCategoryName { bool get(); void set(bool value); };
public bool ProvidesLocalizedCategoryName { get; set; }
member this.ProvidesLocalizedCategoryName : bool with get, set
Public Property ProvidesLocalizedCategoryName As Boolean
Property Value
true
if the package to which this attribute is applied contains the localized resources for the category name, false
if the resources for the category come from another package and should be not be associated with this package. If this is unspecified, the default value is true.