Langage

ServiceClient.SystemPropertiesGet Méthode

Définition

Récupère les propriétés immuables du système.

public:
 Microsoft::MasterDataServices::OperationResult ^ SystemPropertiesGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemPropertyValue ^> ^ % SystemProperties);
public Microsoft.MasterDataServices.OperationResult SystemPropertiesGet(Microsoft.MasterDataServices.International International, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemPropertyValue> SystemProperties);
member this.SystemPropertiesGet : Microsoft.MasterDataServices.International * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function SystemPropertiesGet (International As International, ByRef SystemProperties As Collection(Of SystemPropertyValue)) As OperationResult

Paramètres

International
International

Les contextes culturels.

SystemProperties
Collection<SystemPropertyValue>

Lorsque cette méthode revient, contient les propriétés immuables du système. Ce paramètre est passé non initialisé.

Retours

Un OperationResult objet contenant le résultat d’une opération.

S’applique à