SystemSettingsGetResponse.SystemSettingsGroups 属性

定义

指定要在响应中返回的系统设置组。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemSettingGroup ^> ^ SystemSettingsGroups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemSettingGroup ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemSettingGroup ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemSettingGroup> SystemSettingsGroups { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.SystemSettingsGroups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemSettingGroup> with get, set
Public Property SystemSettingsGroups As Collection(Of SystemSettingGroup)

属性值

在响应中返回的系统设置组。

属性

适用于