Partager via


ISettingsProviderContract.GetValue Method (String, String, String, Guid)

 

Retrieves the data associated with a specific application, collection, and key.

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

Syntax

[OperationContractAttribute]
ValueChunk GetValue(
    string application,
    string collection,
    string key,
    Guid operationId
)
[OperationContractAttribute]
ValueChunk^ GetValue(
    String^ application,
    String^ collection,
    String^ key,
    Guid operationId
)
<OperationContractAttribute>
Function GetValue (
    application As String,
    collection As String,
    key As String,
    operationId As Guid
) As ValueChunk

Parameters

  • operationId
    Type: System.Guid

    A unique identifier for this GetValue operation.

Return Value

Type: Microsoft.WindowsServerSolutions.Settings.ValueChunk

The found data, or null if data does not exist.

See Also

ISettingsProviderContract Interface
Microsoft.WindowsServerSolutions.Settings Namespace

Return to top