Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves the immutable properties about the system.
Espace de noms : Microsoft.MasterDataServices.Services.ServiceContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<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)
[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
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest
The get request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
The response to the get operation.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.ServiceContracts