AVEVA CAF API Documenation
Properties  Methods 


SettingsGroup Class Members

The following tables list the members exposed by SettingsGroup.

Public Properties
 NameDescription
Public Property Number of items actually contained in the collection.  
Public Property The name of the directory into which the settings for this group will be persisted  
Public Property Indicates whether access to the collection is synchronized (thread-safe).  
Public Property Indexer to return the object associated with the given key  
Public Property Name of settings group  
Public Property Read Only status of a settings group  
Public Property Object that can be used to synchronize access to the collection.  
Top
Public Methods
 NameDescription
Public Method Clear all items from the settings group  
Public Method Copies the collection or a portion of it to a one-dimensional array.  
Public Method Enumerator that can iterate through the SettingsGroup.  
Public MethodOverloaded.  Load the saved settings for this group  
Public MethodOverloaded.  Remove the setting with the given key from the search group  
Public Method Safe save, single setting  
Public Method Save the settings for this group  
Top
See Also