System.ComponentModel.ProvidePropertyAttribute public sealed class ProvidePropertyAttribute : Attribute Documentation public string PropertyName { get; } public string ReceiverTypeName { get; } public ProvidePropertyAttribute(string propertyName, string receiverTypeName) public ProvidePropertyAttribute(string propertyName, Type receiverType)