IService.SystemSettingsGet(SystemSettingsGetRequest) Method

Definition

Retrieves a list of system settings.

public:
 Microsoft::MasterDataServices::SystemSettingsGetResponse ^ SystemSettingsGet(Microsoft::MasterDataServices::SystemSettingsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")]
public Microsoft.MasterDataServices.SystemSettingsGetResponse SystemSettingsGet (Microsoft.MasterDataServices.SystemSettingsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")>]
abstract member SystemSettingsGet : Microsoft.MasterDataServices.SystemSettingsGetRequest -> Microsoft.MasterDataServices.SystemSettingsGetResponse
Public Function SystemSettingsGet (request As SystemSettingsGetRequest) As SystemSettingsGetResponse

Parameters

request
SystemSettingsGetRequest

Get request.

Returns

A new instance of type SystemSettingsGetResponse.

Attributes

Applies to