GroupingPropertyAttribute Class
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
Public NotInheritable Class GroupingPropertyAttribute _
Inherits Attribute
'Usage
Dim instance As GroupingPropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
public sealed class GroupingPropertyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false)]
public ref class GroupingPropertyAttribute sealed : public Attribute
public final class GroupingPropertyAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.TestTools.Common.GroupingPropertyAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.