ServiceClient.SystemPropertiesGet Método

Definición

Recupera las propiedades inmutables acerca del 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

Parámetros

International
International

La configuración cultural.

SystemProperties
Collection<SystemPropertyValue>

Contiene las propiedades inmutables acerca del sistema cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

Devoluciones

Objeto OperationResult que contiene el resultado de una operación.

Se aplica a