ServiceClient.SystemPropertiesGet Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.