ISettingsChangeSuppressor.CurrentSettingsVersion 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 a string which can later be passed in to SuppressChangesToSettingsNewerThan to block changes to settings modified since the time this method was called.
public string CurrentSettingsVersion { get; }
member this.CurrentSettingsVersion : string
Public ReadOnly Property CurrentSettingsVersion As String
Property Value
Remarks
This property is safe to access from any thread.