Metoda IService.SystemSettingsGet
Pobiera listę ustawień systemu.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.ServiceContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<OperationContractAttribute> _
Function SystemSettingsGet ( _
request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse
'Użycie
Dim instance As IService
Dim request As SystemSettingsGetRequest
Dim returnValue As SystemSettingsGetResponse
returnValue = instance.SystemSettingsGet(request)
[OperationContractAttribute]
SystemSettingsGetResponse SystemSettingsGet(
SystemSettingsGetRequest request
)
[OperationContractAttribute]
SystemSettingsGetResponse^ SystemSettingsGet(
SystemSettingsGetRequest^ request
)
[<OperationContractAttribute>]
abstract SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
function SystemSettingsGet(
request : SystemSettingsGetRequest
) : SystemSettingsGetResponse
Parametry
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetRequest
Żądanie SystemSettingsGet.
Wartość zwracana
Typ: Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetResponse
SystemSettingsGetResponse.
Zobacz także