ProvideOptionPageAttribute.DescriptionResourceId Property

Definition

The ID of a resource containing the localized description of the page. 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 ^ DescriptionResourceId { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ DescriptionResourceId { Platform::String ^ get(); void set(Platform::String ^ value); };
public string DescriptionResourceId { get; set; }
member this.DescriptionResourceId : string with get, set
Public Property DescriptionResourceId As String

Property Value

The resource ID.

Applies to