Metoda IService.SystemPropertiesGet
Pobiera właściwości niezmienna, informacje o systemie.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.ServiceContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<OperationContractAttribute> _
Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Użycie
Dim instance As IService
Dim request As SystemPropertiesGetRequest
Dim returnValue As SystemPropertiesGetResponse
returnValue = instance.SystemPropertiesGet(request)
[OperationContractAttribute]
SystemPropertiesGetResponse SystemPropertiesGet(
SystemPropertiesGetRequest request
)
[OperationContractAttribute]
SystemPropertiesGetResponse^ SystemPropertiesGet(
SystemPropertiesGetRequest^ request
)
[<OperationContractAttribute>]
abstract SystemPropertiesGet :
request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
function SystemPropertiesGet(
request : SystemPropertiesGetRequest
) : SystemPropertiesGetResponse
Parametry
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest
Żądanie SystemPropertiesGet.
Wartość zwracana
Typ: Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
SystemPropertiesGetResponse.
Zobacz także