ProvideOptionPageAttribute.CategoryDescriptionResourceId 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.
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.