DisplayMetadata.DisplayName 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 delegate which is used to get a value for the display name of the model. See DisplayName.
public:
property Func<System::String ^> ^ DisplayName { Func<System::String ^> ^ get(); void set(Func<System::String ^> ^ value); };
public Func<string> DisplayName { get; set; }
public Func<string?>? DisplayName { get; set; }
member this.DisplayName : Func<string> with get, set
Public Property DisplayName As Func(Of String)