Partager via


ServiceClient.SystemPropertiesGet Méthode

Définition

Récupère les propriétés immuables relatives au 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

Paramètres de culture.

SystemProperties
Collection<SystemPropertyValue>

Cette méthode retourne les propriétés immuables sur le système. Ce paramètre est passé sans être initialisé.

Retours

Objet OperationResult qui contient le résultat d'une opération.

S’applique à