ModelMetadata.PropertyName Property

Definition

Gets the name of the property.

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

Property Value

The name of the property if the model is a property; otherwise, null.

Applies to