DisplayMetadata.Description Property

Definition

Gets or sets a delegate which is used to get a value for the model description. See Description.

public:
 property Func<System::String ^> ^ Description { Func<System::String ^> ^ get(); void set(Func<System::String ^> ^ value); };
public Func<string> Description { get; set; }
public Func<string?>? Description { get; set; }
member this.Description : Func<string> with get, set
Public Property Description As Func(Of String)

Property Value

Applies to