Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.