ProvideOptionPageAttribute.UnifiedSettingsCategoryMoniker 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.
For pages with IsInUnifiedSettings = false, gets or sets the moniker of the parent category in the Unified Settings hierarchy. This can be a moniker that already exists, or one that exists plus one additional '.'-delimited segment. If the latter, a new category named by CategoryResourceID is created in the Unified Settings hierarchy and this page is inserted in it. Otherwise, this page is inserted under the existing category.
public string UnifiedSettingsCategoryMoniker { get; set; }
member this.UnifiedSettingsCategoryMoniker : string with get, set
Public Property UnifiedSettingsCategoryMoniker As String