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 命名空间