SystemSettingGroup.SystemSettings Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une liste des paramètres système.
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)
Valeur de propriété
Collection de type SystemSetting.
- Attributs