ServiceClient.SystemPropertiesGet Method

Definition

Retrieves the immutable properties about the system.

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

Parameters

International
International

The cultural settings.

SystemProperties
Collection<SystemPropertyValue>

When this method returns, contains the immutable properties about the system. This parameter is passed uninitialized.

Returns

An OperationResult object containing the result of an operation.

Applies to