DisplayMetadata.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 or sets a the property name of a model property to use for display. See SimpleDisplayProperty
public:
property System::String ^ SimpleDisplayProperty { System::String ^ get(); void set(System::String ^ value); };
public string SimpleDisplayProperty { get; set; }
public string? SimpleDisplayProperty { get; set; }
member this.SimpleDisplayProperty : string with get, set
Public Property SimpleDisplayProperty As String