ProvideOptionPageAttribute.CategoryPackageGuid 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 the package that owns the category under which this page is registered. If this is not set, the package is assumed to be the one to which this attribute is applied. This property is only used if SupportsAutomation == true and SupportsProfiles == true. Generate this from a Guid with Guid.ToString("B").
public:
property System::String ^ CategoryPackageGuid { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ CategoryPackageGuid { Platform::String ^ get(); void set(Platform::String ^ value); };
public string CategoryPackageGuid { get; set; }
member this.CategoryPackageGuid : string with get, set
Public Property CategoryPackageGuid As String
Property Value
The string form of the GUID.