ServiceClient.SystemPropertiesGet Methode

Definition

Ruft die unveränderlichen Eigenschaften des Systems ab.

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

Parameter

International
International

Die Kultureinstellungen.

SystemProperties
Collection<SystemPropertyValue>

Enthält nach der Rückkehr dieser Methode die unveränderlichen Eigenschaften des Systems. Dieser Parameter wird nicht initialisiert übergeben.

Gibt zurück

Ein OperationResult-Objekt, das das Ergebnis eines Vorgangs enthält.

Gilt für: