ProvideOptionPageAttribute.ProvidesLocalizedCategoryName Property

Definition

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.

Applies to