ServiceClient.SystemPropertiesGet Método

Definição

Recupera propriedades imutáveis sobre o 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

As configurações culturais.

SystemProperties
Collection<SystemPropertyValue>

Quando este método retorna, contém as propriedades imutáveis sobre o sistema. Este parâmetro é passado não inicializado.

Retornos

Um OperationResult objeto que contém o resultado de uma operação

Aplica-se a