GroupingPropertyAttribute Class

Definition

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.

Applies to