SystemSetting.SystemDomainList Property

Definition

Specifies the SystemDomainList. It is only present if the SettingType is Domain. Is used to validate the SettingValue. If the SettingType is Domain then the SettingValue must be in the domain.

public:
 property Microsoft::MasterDataServices::Services::DataContracts::SystemDomainList ^ SystemDomainList { Microsoft::MasterDataServices::Services::DataContracts::SystemDomainList ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::SystemDomainList ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.SystemDomainList SystemDomainList { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SystemDomainList : Microsoft.MasterDataServices.Services.DataContracts.SystemDomainList with get, set
Public Property SystemDomainList As SystemDomainList

Property Value

The SystemDomainList.

Attributes

Applies to