ServiceClient.SystemPropertiesGet Método

Definição

Recupera as propriedades imutáveis do 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

Os ambientes culturais.

SystemProperties
Collection<SystemPropertyValue>

Quando esse método retorna, contém as propriedades imutáveis sobre o sistema. Esse parâmetro é passado sem inicialização.

Retornos

Um objeto contendo OperationResult o resultado de uma operação.

Aplica-se a