DefaultModelMetadata.SimpleDisplayProperty Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value which is the name of the property used to display the model.
public:
 virtual property System::String ^ SimpleDisplayProperty { System::String ^ get(); };public override string SimpleDisplayProperty { get; }public override string? SimpleDisplayProperty { get; }member this.SimpleDisplayProperty : stringPublic Overrides ReadOnly Property SimpleDisplayProperty As String