Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the system domain list.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.SystemDomainList
The system domain list.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace