DefaultModelMetadata.DisplayFormatString 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 the format string (see https://msdn.microsoft.com/en-us/library/txafckwd.aspx) used to display the model.
public:
virtual property System::String ^ DisplayFormatString { System::String ^ get(); };
public override string DisplayFormatString { get; }
public override string? DisplayFormatString { get; }
member this.DisplayFormatString : string
Public Overrides ReadOnly Property DisplayFormatString As String