ServiceClient.IService.SystemSettingsGet(SystemSettingsGetRequest) Method

Definition

Retrieves the list of system settings.

 virtual Microsoft::MasterDataServices::SystemSettingsGetResponse ^ Microsoft.MasterDataServices.IService.SystemSettingsGet(Microsoft::MasterDataServices::SystemSettingsGetRequest ^ request) = Microsoft::MasterDataServices::IService::SystemSettingsGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SystemSettingsGetResponse IService.SystemSettingsGet (Microsoft.MasterDataServices.SystemSettingsGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SystemSettingsGet : Microsoft.MasterDataServices.SystemSettingsGetRequest -> Microsoft.MasterDataServices.SystemSettingsGetResponse
override this.Microsoft.MasterDataServices.IService.SystemSettingsGet : Microsoft.MasterDataServices.SystemSettingsGetRequest -> Microsoft.MasterDataServices.SystemSettingsGetResponse
Function SystemSettingsGet (request As SystemSettingsGetRequest) As SystemSettingsGetResponse Implements IService.SystemSettingsGet

Parameters

request
SystemSettingsGetRequest

The get request.

Returns

The SystemSettingsGetResponse for the operation.

Implements

Attributes

Applies to