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