SystemSettingsGetResponse Class

Definition

The SystemSettingsGetResponse element provides system settings within an ArrayOfSystemSettingGroup complex type.

public ref class SystemSettingsGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class SystemSettingsGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type SystemSettingsGetResponse = class
    inherit MessageResponse
Public Class SystemSettingsGetResponse
Inherits MessageResponse
Inheritance
SystemSettingsGetResponse
Attributes

Constructors

Name Description
SystemSettingsGetResponse()

Initializes a new instance of the SystemSettingsGetResponse class.

Properties

Name Description
OperationResult

Specifies the operation result.

(Inherited from MessageResponse)
SystemSettingsGroups

Specifies the system setting groups to return in the response.

Applies to

See also