ProvideOptionPageAttribute.CategoryDescriptionResourceId Property

Definition

The ID of a resource containing the localized description of the page's parent category. This property is only used if SupportsAutomation == true and SupportsProfiles == true. The localized description appears in the import/export settings wizard.

public:
 property System::String ^ CategoryDescriptionResourceId { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ CategoryDescriptionResourceId { Platform::String ^ get(); void set(Platform::String ^ value); };
public string CategoryDescriptionResourceId { get; set; }
member this.CategoryDescriptionResourceId : string with get, set
Public Property CategoryDescriptionResourceId As String

Property Value

The resource ID.

Applies to