ISettingsChangeSuppressor.CurrentSettingsVersion Property

Definition

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.

Applies to