ServiceClient.IService.UserPreferencesGet(UserPreferencesGetRequest) Method

Definition

Retrieves the current user’s preferences.

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

Parameters

request
UserPreferencesGetRequest

The get request.

Returns

The UserPreferencesGetResponse for the operation.

Implements

Attributes

Applies to