11 references to NCName
System.DirectoryServices (11)
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (4)
224str.Append(PropertyManager.NCName); 233propertiesToLoad[1] = PropertyManager.NCName; 342partition = new ApplicationPartition(appNCContext, (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.NCName)!, appNCDnsName, appType, directoryEntryMgr); 1048_crossRefEntry.Properties[PropertyManager.NCName].Value = distinguishedName;
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (2)
687propertiesToLoad[0] = PropertyManager.NCName; 704string nCName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.NCName)!;
System\DirectoryServices\ActiveDirectory\Forest.cs (2)
949propertiesToLoad[1] = PropertyManager.NCName; 964string nCName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.NCName)!;
System\DirectoryServices\ActiveDirectory\Utils.cs (3)
787str.Append(PropertyManager.NCName); 1288string filter = "(&(" + PropertyManager.ObjectCategory + "=crossRef)(" + PropertyManager.NCName + "=" + Utils.GetEscapedFilterValue(partitionName!) + "))"; 1614str.Append(PropertyManager.NCName);