AttributeProviderAttribute.PropertyName 属性

定义

获取将为其检索特性的属性的名称。

public:
 property System::String ^ PropertyName { System::String ^ get(); };
public string PropertyName { get; }
public string? PropertyName { get; }
member this.PropertyName : string
Public ReadOnly Property PropertyName As String

属性值

将为其检索特性的属性的名称。

适用于

另请参阅