SystemSettingsGetResponse Constructors

Definition

Initializes a new instance of the SystemSettingsGetResponse class.

Overloads

SystemSettingsGetResponse()

Initializes a new instance of the SystemSettingsGetResponse class that has default values.

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

Initializes a new instance of the SystemSettingsGetResponse class that has the specified operation result and list of system settings groups.

SystemSettingsGetResponse()

Initializes a new instance of the SystemSettingsGetResponse class that has default values.

public:
 SystemSettingsGetResponse();
public SystemSettingsGetResponse ();
Public Sub New ()

Applies to

SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>)

Initializes a new instance of the SystemSettingsGetResponse class that has the specified operation result and list of system settings groups.

public:
 SystemSettingsGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSettingGroup ^> ^ SystemSettingsGroups);
public SystemSettingsGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> SystemSettingsGroups);
new Microsoft.MasterDataServices.SystemSettingsGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> -> Microsoft.MasterDataServices.SystemSettingsGetResponse
Public Sub New (OperationResult As OperationResult, SystemSettingsGroups As Collection(Of SystemSettingGroup))

Parameters

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

SystemSettingsGroups
Collection<SystemSettingGroup>

The system setting groups to return in the response.

Applies to