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>