Service.SystemSettingsGet(SystemSettingsGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.