GroupingPropertyAttribute Class
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.
Represents the attribute that marks a property as a grouping property.
public ref class GroupingPropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class GroupingPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type GroupingPropertyAttribute = class
inherit Attribute
Public NotInheritable Class GroupingPropertyAttribute
Inherits Attribute
- Inheritance
-
GroupingPropertyAttribute
- Attributes
Constructors
GroupingPropertyAttribute() |
Initializes a new instance of the GroupingPropertyAttribute class. |