SystemSettings 字段

ArrayOfSystemSetting complex type.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataMemberAttribute> _
Public SystemSettings As Collection(Of SystemSetting)
用法
Dim instance As SystemSettingGroup
Dim value As Collection(Of SystemSetting)

value = instance.SystemSettings

instance.SystemSettings = value
[DataMemberAttribute]
public Collection<SystemSetting> SystemSettings
[DataMemberAttribute]
public:
Collection<SystemSetting^>^ SystemSettings
[<DataMemberAttribute>]
val mutable SystemSettings: Collection<SystemSetting>
public var SystemSettings : Collection<SystemSetting>