Gets or sets the system setting groups to return in the response.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property SystemSettingsGroups As Collection(Of SystemSettingGroup)
Get
Set
‘사용 방법
Dim instance As SystemSettingsGetResponse
Dim value As Collection(Of SystemSettingGroup)
value = instance.SystemSettingsGroups
instance.SystemSettingsGroups = value
[MessageBodyMemberAttribute]
public Collection<SystemSettingGroup> SystemSettingsGroups { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<SystemSettingGroup^>^ SystemSettingsGroups {
Collection<SystemSettingGroup^>^ get ();
void set (Collection<SystemSettingGroup^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemSettingsGroups : Collection<SystemSettingGroup> with get, set
function get SystemSettingsGroups () : Collection<SystemSettingGroup>
function set SystemSettingsGroups (value : Collection<SystemSettingGroup>)
속성 값
유형: System.Collections.ObjectModel.Collection<SystemSettingGroup>
The collection of system setting groups to return in the response.
참고 항목
참조
Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스