System.ComponentModel.DefaultBindingPropertyAttribute
namespace System.ComponentModel
{
public sealed class DefaultBindingPropertyAttribute : Attribute
{
public static readonly DefaultBindingPropertyAttribute Default;
public string Name { get; }
public DefaultBindingPropertyAttribute();
public DefaultBindingPropertyAttribute(string name);
}
}