Partager via


SettingsStore.Open Method (String)

 

Returns a SettingsStore object for the specified application.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  SettingsObjectModel (in SettingsObjectModel.dll)

Syntax

public static SettingsStore Open(
    string applicationName
)
public:
static SettingsStore^ Open(
    String^ applicationName
)
Public Shared Function Open (
    applicationName As String
) As SettingsStore

Parameters

  • applicationName
    Type: System.String

    The name of the application.

Return Value

Type: Microsoft.WindowsServerSolutions.Settings.SettingsStore

An instance of SettingsStore.

See Also

SettingsStore Class
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top