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