IService.UserPreferencesGet(UserPreferencesGetRequest) 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 current user’s preferences.
public:
Microsoft::MasterDataServices::UserPreferencesGetResponse ^ UserPreferencesGet(Microsoft::MasterDataServices::UserPreferencesGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesGetResponse")]
public Microsoft.MasterDataServices.UserPreferencesGetResponse UserPreferencesGet (Microsoft.MasterDataServices.UserPreferencesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesGetResponse")>]
abstract member UserPreferencesGet : Microsoft.MasterDataServices.UserPreferencesGetRequest -> Microsoft.MasterDataServices.UserPreferencesGetResponse
Public Function UserPreferencesGet (request As UserPreferencesGetRequest) As UserPreferencesGetResponse
Parameters
- request
- UserPreferencesGetRequest
Get request.
Returns
A new instance of type UserPreferencesGetResponse.
- Attributes