Partager via


ISettingsProviderContract.GetKeys Method (String, String)

 

Gets all of the keys in a specific collection.

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

Syntax

[OperationContractAttribute]
IList<string> GetKeys(
    string application,
    string collection
)
[OperationContractAttribute]
IList<String^>^ GetKeys(
    String^ application,
    String^ collection
)
<OperationContractAttribute>
Function GetKeys (
    application As String,
    collection As String
) As IList(Of String)

Parameters

  • application
    Type: System.String

    The application the collection belongs to.

Return Value

Type: System.Collections.Generic.IList<String>

All the keys in a specific collection.

See Also

ISettingsProviderContract Interface
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top