ModelMetadata.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:
abstract property System::String ^ SimpleDisplayProperty { System::String ^ get(); };
public abstract string SimpleDisplayProperty { get; }
public abstract string? SimpleDisplayProperty { get; }
member this.SimpleDisplayProperty : string
Public MustOverride ReadOnly Property SimpleDisplayProperty As String