IService.SystemSettingsGet Method

Retrieves a list of system settings.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet",  _
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")> _
Function SystemSettingsGet ( _
    request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse
'Usage
Dim instance As IService
Dim request As SystemSettingsGetRequest
Dim returnValue As SystemSettingsGetResponse

returnValue = instance.SystemSettingsGet(request)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")]
SystemSettingsGetResponse SystemSettingsGet(
    SystemSettingsGetRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", 
    ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")]
SystemSettingsGetResponse^ SystemSettingsGet(
    SystemSettingsGetRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")>]
abstract SystemSettingsGet : 
        request:SystemSettingsGetRequest -> SystemSettingsGetResponse 
function SystemSettingsGet(
    request : SystemSettingsGetRequest
) : SystemSettingsGetResponse

Parameters