Поделиться через


Метод IService.SystemPropertiesGet

Retrieves the immutable properties about the system.

Пространство имен:  Microsoft.MasterDataServices.Services.ServiceContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function SystemPropertiesGet ( _
    request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Применение
Dim instance As IService 
Dim request As SystemPropertiesGetRequest 
Dim returnValue As SystemPropertiesGetResponse 

returnValue = instance.SystemPropertiesGet(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
SystemPropertiesGetResponse SystemPropertiesGet(
    SystemPropertiesGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
SystemPropertiesGetResponse^ SystemPropertiesGet(
    SystemPropertiesGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract SystemPropertiesGet : 
        request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
function SystemPropertiesGet(
    request : SystemPropertiesGetRequest
) : SystemPropertiesGetResponse

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
The response to the get operation.

См. также

Справочник

IService Интерфейс

Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts