次の方法で共有


SystemSettingGroups プロパティ

SystemSettingGroup インスタンスの配列を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.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< (Of < ( <'SystemSettingGroup> ) > ) >
SystemSettingGroup 型のコレクション。