Proprietà SystemSettingGroups
Gets or sets an array of SystemSettingGroup instances.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property SystemSettingGroups As Collection(Of SystemSettingGroup)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SystemSettingGroup> ) > ) >
Collection of type SystemSettingGroup.
Vedere anche