Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the system domain list.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SystemDomainList As SystemDomainList
Get
Set
'Usage
Dim instance As SystemSetting
Dim value As SystemDomainList
value = instance.SystemDomainList
instance.SystemDomainList = value
[DataMemberAttribute]
public SystemDomainList SystemDomainList { get; set; }
[DataMemberAttribute]
public:
property SystemDomainList^ SystemDomainList {
SystemDomainList^ get ();
void set (SystemDomainList^ value);
}
[<DataMemberAttribute>]
member SystemDomainList : SystemDomainList with get, set
function get SystemDomainList () : SystemDomainList
function set SystemDomainList (value : SystemDomainList)
Property Value
Type: Microsoft.MasterDataServices.SystemDomainList
A new instance of type SystemDomainList.