ServiceClient.IService.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.
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