Share via


ServiceClient.SystemPropertiesGet Metodo

Definizione

Recupera le proprietà non modificabili relative al sistema.

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

Parametri

International
International

Impostazioni cultura.

SystemProperties
Collection<SystemPropertyValue>

Quando il metodo viene restituito, contiene proprietà non modificabili relative al sistema. Questo parametro viene passato non inizializzato.

Restituisce

Oggetto OperationResult che contiene il risultato di un'operazione.

Si applica a