Share via


IService.SystemPropertiesGet Method

Retrieves immutable properties about the system.

Namespace:  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function SystemPropertiesGet ( _
    request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Usage
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

Parameters