ServiceClient.SystemPropertiesGet Método

Definición

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

Los entornos culturales.

SystemProperties
Collection<SystemPropertyValue>

Cuando este método regresa, contiene las propiedades inmutables sobre el sistema. Este parámetro se pasa sin inicializar.

Devoluciones

Un objeto que OperationResult contiene el resultado de una operación.

Se aplica a