共用方式為


SystemSettingsUpdateRequest.SystemSettingGroups 屬性

Gets or sets the system setting groups to update.

命名空間:  Microsoft.MasterDataServices.Services.MessageContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<MessageBodyMemberAttribute> _
Public Property SystemSettingGroups As Collection(Of SystemSettingGroup)
    Get 
    Set
'用途
Dim instance As SystemSettingsUpdateRequest 
Dim value As Collection(Of SystemSettingGroup)

value = instance.SystemSettingGroups

instance.SystemSettingGroups = value
[MessageBodyMemberAttribute]
public Collection<SystemSettingGroup> SystemSettingGroups { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<SystemSettingGroup^>^ SystemSettingGroups {
    Collection<SystemSettingGroup^>^ get ();
    void set (Collection<SystemSettingGroup^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemSettingGroups : Collection<SystemSettingGroup> with get, set
function get SystemSettingGroups () : Collection<SystemSettingGroup>
function set SystemSettingGroups (value : Collection<SystemSettingGroup>)

屬性值

型別:System.Collections.ObjectModel.Collection<SystemSettingGroup>
The collection of system setting groups to update.

請參閱

參考

SystemSettingsUpdateRequest 類別

Microsoft.MasterDataServices.Services.MessageContracts 命名空間