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