Retrieves a list of system settings.
命名空间: Microsoft.MasterDataServices.Services
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
Public Function SystemSettingsGet ( _
request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse
用法
Dim instance As Service
Dim request As SystemSettingsGetRequest
Dim returnValue As SystemSettingsGetResponse
returnValue = instance.SystemSettingsGet(request)
public SystemSettingsGetResponse SystemSettingsGet(
SystemSettingsGetRequest request
)
public:
virtual SystemSettingsGetResponse^ SystemSettingsGet(
SystemSettingsGetRequest^ request
) sealed
abstract SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
override SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
public final function SystemSettingsGet(
request : SystemSettingsGetRequest
) : SystemSettingsGetResponse
参数
- request
类型:Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetRequest
The get request.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetResponse
The SystemSettingsGetResponse for the operation.
实现
IService.SystemSettingsGet(SystemSettingsGetRequest)