Share via


SystemSettingGroup.SystemSettings Propiedad

Definición

Obtiene o establece una lista de configuraciones del sistema.

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)

Valor de propiedad

Colección de tipo SystemSetting.

Atributos

Se aplica a