Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
application
Type: System.StringThe application to query.
collection
Type: System.StringThe collection to query.
key
Type: System.StringThe key in the collection.
operationId
Type: System.GuidA 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