ModelMetadata.PropertyName 속성

정의

속성 이름을 가져옵니다.

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

속성 값

String

모델이 속성일 경우 속성 이름이고, 그렇지 않으면 null입니다.

적용 대상