PropertyEntry.PropertyName 属性

定义

获取属性的名称。

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

属性值

String

一个包含属性名称的字符串。

适用于