ISettingsManager2.GetRevision(String) Method
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.
Returns the internal revision number of the given setting, or null if there is none.
public:
Nullable<int> GetRevision(System::String ^ settingName);
public int? GetRevision (string settingName);
abstract member GetRevision : string -> Nullable<int>
Public Function GetRevision (settingName As String) As Nullable(Of Integer)
Parameters
- settingName
- String
Returns
Remarks
This method is safe to access from any thread.