共用方式為


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>