次の方法で共有


SystemSettingGroup.SystemSettings プロパティ

システム設定の一覧を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property SystemSettings As Collection(Of SystemSetting)
    Get 
    Friend Set
'使用
Dim instance As SystemSettingGroup 
Dim value As Collection(Of SystemSetting)

value = instance.SystemSettings
[DataMemberAttribute]
public Collection<SystemSetting> SystemSettings { get; internal set; }
[DataMemberAttribute]
public:
property Collection<SystemSetting^>^ SystemSettings {
    Collection<SystemSetting^>^ get ();
    internal: void set (Collection<SystemSetting^>^ value);
}
[<DataMemberAttribute>]
member SystemSettings : Collection<SystemSetting> with get, internal set
function get SystemSettings () : Collection<SystemSetting>
internal function set SystemSettings (value : Collection<SystemSetting>)

プロパティ値

型: System.Collections.ObjectModel.Collection<SystemSetting>
システム設定の一覧。

関連項目

参照

SystemSettingGroup クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間