ISettings2 Interface : Open Method |
Visual Basic |
---|
Public Sub Open( _ ByVal Category As String _ ) |
This method sets the context locally for subsequent use of the Settings object. The method call does not result in any communications with the server.
The category can be built-in or a user-created category.
Warning: If open is not called, subsequent Settings object method calls will act on the root settings folder and all sub-folders (categories).