Méthode SystemPropertiesGet
Retrieves immutable properties about the system.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Utilisation
Dim instance As ServiceClient
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
Paramètres
Valeur de retour
Type : Microsoft.MasterDataServices. . :: . .SystemPropertiesGetResponse
A SystemPropertiesGetResponse.
Implémente
IService. . :: . .SystemPropertiesGet(SystemPropertiesGetRequest)