PowerShellFormattingInfoForceFallbackFormatting Property
Gets or sets a value that indicates whether regular expression based formatting should
be used even if System.Management.Automation.PSParser is available.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public bool ForceFallbackFormatting { get; set; }
Public Property ForceFallbackFormatting As Boolean
Get
Set
public:
property bool ForceFallbackFormatting {
bool get ();
void set (bool value);
}
member ForceFallbackFormatting : bool with get, set
Property Value
Boolean to force the use of regular expression based formatting;
to attempt PSParser based formatting first. The default value is
.