Condividi tramite


Campo SystemSettings

ArrayOfSystemSetting complex type.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public SystemSettings As Collection(Of SystemSetting)
'Utilizzo
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>