ServiceClient.IService.SystemPropertiesGet(SystemPropertiesGetRequest) Method

Definition

Retrieves the immutable properties about the system.

 virtual Microsoft::MasterDataServices::SystemPropertiesGetResponse ^ Microsoft.MasterDataServices.IService.SystemPropertiesGet(Microsoft::MasterDataServices::SystemPropertiesGetRequest ^ request) = Microsoft::MasterDataServices::IService::SystemPropertiesGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SystemPropertiesGetResponse IService.SystemPropertiesGet (Microsoft.MasterDataServices.SystemPropertiesGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SystemPropertiesGet : Microsoft.MasterDataServices.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
override this.Microsoft.MasterDataServices.IService.SystemPropertiesGet : Microsoft.MasterDataServices.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
Function SystemPropertiesGet (request As SystemPropertiesGetRequest) As SystemPropertiesGetResponse Implements IService.SystemPropertiesGet

Parameters

request
SystemPropertiesGetRequest

The get request.

Returns

The SystemPropertiesGetResponse for the operation.

Implements

Attributes

Applies to