Compartir a través de


SystemSettingGroup.SystemSettings Propiedad

Gets or sets the list of system settings.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property SystemSettings As Collection(Of SystemSetting)
    Get 
    Friend Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Collections.ObjectModel.Collection<SystemSetting>
The list of system settings.

Vea también

Referencia

SystemSettingGroup Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts