SystemSettingGroup.SystemSettings Property

Definition

Gets or sets a list of system settings.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSetting ^> ^ SystemSettings { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSetting ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemSetting ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSetting> SystemSettings { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SystemSettings : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemSetting> with get, set
Public Property SystemSettings As Collection(Of SystemSetting)

Property Value

A collection of type SystemSetting.

Attributes

Applies to