Поделиться через


ServiceClient.SystemPropertiesGet Метод

Определение

Извлекает неизменяемые свойства системы.

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

Параметры

International
International

Региональные настройки.

SystemProperties
Collection<SystemPropertyValue>

При возврате из этого метода содержит неизменяемые свойства системы. Этот параметр передается неинициализированным.

Возвращаемое значение

Объект OperationResult, содержащий результат операции.

Применяется к