Właściwość SystemSettingsUpdateRequest.SystemSettingGroups
Pobiera lub ustawia tablicę wystąpień SystemSettingGroup.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property SystemSettingGroups As Collection(Of SystemSettingGroup)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<SystemSettingGroup>
Kolekcja typu SystemSettingGroup.