SystemSettingsUpdateRequest Constructors
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.
Initializes a new instance of the SystemSettingsUpdateRequest class.
Overloads
SystemSettingsUpdateRequest() |
Initializes a new instance of the SystemSettingsUpdateRequest class that has default values. |
SystemSettingsUpdateRequest(International, Collection<SystemSettingGroup>) |
Initializes a new instance of the SystemSettingsUpdateRequest class that has the specified cultural settings and a list of system setting groups. |
SystemSettingsUpdateRequest()
Initializes a new instance of the SystemSettingsUpdateRequest class that has default values.
public:
SystemSettingsUpdateRequest();
public SystemSettingsUpdateRequest ();
Public Sub New ()
Applies to
SystemSettingsUpdateRequest(International, Collection<SystemSettingGroup>)
Initializes a new instance of the SystemSettingsUpdateRequest class that has the specified cultural settings and a list of system setting groups.
public:
SystemSettingsUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSettingGroup ^> ^ SystemSettingGroups);
public SystemSettingsUpdateRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> SystemSettingGroups);
new Microsoft.MasterDataServices.SystemSettingsUpdateRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSettingGroup> -> Microsoft.MasterDataServices.SystemSettingsUpdateRequest
Public Sub New (International As International, SystemSettingGroups As Collection(Of SystemSettingGroup))
Parameters
- International
- International
The cultural settings.
- SystemSettingGroups
- Collection<SystemSettingGroup>
The system setting groups to update.