ModelMetadata.PropertyName プロパティ

定義

プロパティの名前を取得します。

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

プロパティ値

モデルがプロパティの場合はプロパティ名。それ以外の場合は、null

適用対象