Service.SystemSettingsGet(SystemSettingsGetRequest) Method

Definition

Retrieve the system settings.

public:
 virtual Microsoft::MasterDataServices::Services::MessageContracts::SystemSettingsGetResponse ^ SystemSettingsGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemSettingsGetRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetResponse SystemSettingsGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetRequest request);
abstract member SystemSettingsGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetResponse
override this.SystemSettingsGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetResponse
Public Function SystemSettingsGet (request As SystemSettingsGetRequest) As SystemSettingsGetResponse

Parameters

request
SystemSettingsGetRequest

The SystemSettingsGetRequest for the operation.

Returns

The SystemSettingsGetResponsefor the operation.

Implements

Applies to