CategoryAttribute.Category Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the name of the category for the property or event that this attribute is applied to.
Assembly: System (in System.dll)
Property Value
Type: System.StringThe name of the category for the property or event that this attribute is applied to.
This property calls GetLocalizedString to get the localized name of the category the first time it is accessed.
Show: