ServiceClient.SystemPropertiesGet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.