共用方式為


SystemSettingGroup.SystemSettings 屬性

Gets or sets the list of system settings.

命名空間:  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>
The list of system settings.

請參閱

參考

SystemSettingGroup 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間