IMcResourceManagerResetSettingsCount Property 
             | 
            
               
             | 
          
        
         Gets the current count of ResetSettings calls.
 
    Namespace: 
   MediaCy.IQL.Engine
    Assembly:
   MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxReadOnly Property ResetSettingsCount As Integer
	Get
Property Value
Type: 
Int32
RemarksAny component which relies on a cached setting can use this count to see if
it is the same as it was when the setting was cached.  If the ResetSettingsCount differs,
then the information cached from the settings will need to be updated before it is used.
See Also