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 list of system settings.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function SystemSettingsGet ( _
request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse Implements IService.SystemSettingsGet
'Usage
Dim instance As ServiceClient
Dim request As SystemSettingsGetRequest
Dim returnValue As SystemSettingsGetResponse
returnValue = CType(instance, IService).SystemSettingsGet(request)
SystemSettingsGetResponseIService.SystemSettingsGet(
SystemSettingsGetRequest request
)
private:
virtual SystemSettingsGetResponse^ SystemSettingsGet(
SystemSettingsGetRequest^ request
) sealed = IService::SystemSettingsGet
private abstract SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
private override SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.SystemSettingsGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.SystemSettingsGetResponse
The SystemSettingsGetResponse for the operation.
Implements
IService.SystemSettingsGet(SystemSettingsGetRequest)