Método SystemPropertiesGet
Retrieves immutable properties about the system.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<OperationContractAttribute> _
Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Uso
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
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .SystemPropertiesGetRequest
The SystemPropertiesGet request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .SystemPropertiesGetResponse
SystemPropertiesGetResponse.
Consulte também