Méthode SystemPropertiesGet
Retrieves immutable properties about the system.
Espace de noms : Microsoft.MasterDataServices.Services.ServiceContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Utilisation
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
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts. . :: . .SystemPropertiesGetRequest
The SystemPropertiesGet request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts. . :: . .SystemPropertiesGetResponse
SystemPropertiesGetResponse.
Voir aussi