ProvidePropertyAttribute.PropertyName 属性
定义
获取该类提供的属性的名称。Gets the name of a property that this class provides.
public:
property System::String ^ PropertyName { System::String ^ get(); };
public string PropertyName { get; }
member this.PropertyName : string
Public ReadOnly Property PropertyName As String
属性值
该类提供的属性的名称。The name of a property that this class provides.