InitialSessionState.DisableFormatUpdates 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.
If set to true, disables any updates to format table. This includes disabling format table updates through Update-FormatData, Import-Module etc. All the disabling happens silently ie., the user will not get any exception. By default, this is set to False.
public:
property bool DisableFormatUpdates { bool get(); void set(bool value); };
public:
property bool DisableFormatUpdates { bool get(); void set(bool value); };
public bool DisableFormatUpdates { get; set; }
member this.DisableFormatUpdates : bool with get, set
Public Property DisableFormatUpdates As Boolean