13 references to DnsRoot
System.DirectoryServices (13)
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (4)
232
propertiesToLoad[0] = PropertyManager.
DnsRoot
;
268
appNCDnsName = (res.Properties[PropertyManager.
DnsRoot
].Count > 0) ? (string)res.Properties[PropertyManager.
DnsRoot
][0]! : null;
1046
_crossRefEntry.Properties[PropertyManager.
DnsRoot
].Value = dnsHostName;
System\DirectoryServices\ActiveDirectory\Domain.cs (4)
1103
str.Append(PropertyManager.
DnsRoot
);
1149
parentDomainName = (string)PropertyManager.GetPropertyValue(context, parentCrossRef, PropertyManager.
DnsRoot
)!;
1202
propertiesToLoad[0] = PropertyManager.
DnsRoot
;
1209
string childDomainName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
DnsRoot
)!;
System\DirectoryServices\ActiveDirectory\Forest.cs (5)
948
propertiesToLoad[0] = PropertyManager.
DnsRoot
;
970
string dnsName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
DnsRoot
)!;
972
appNCs.Add(new ApplicationPartition(appNCContext, nCName, (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
DnsRoot
)!, ApplicationPartitionType.ADApplicationPartition, new DirectoryEntryManager(appNCContext)));
1015
propertiesToLoad[0] = PropertyManager.
DnsRoot
;
1025
string domainName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
DnsRoot
)!;