Язык

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 содержащий результат операции.

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