11 references to NCName
System.DirectoryServices (11)
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (4)
224
str.Append(PropertyManager.
NCName
);
233
propertiesToLoad[1] = PropertyManager.
NCName
;
342
partition = 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)
687
propertiesToLoad[0] = PropertyManager.
NCName
;
704
string nCName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
NCName
)!;
System\DirectoryServices\ActiveDirectory\Forest.cs (2)
949
propertiesToLoad[1] = PropertyManager.
NCName
;
964
string nCName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
NCName
)!;
System\DirectoryServices\ActiveDirectory\Utils.cs (3)
787
str.Append(PropertyManager.
NCName
);
1288
string filter = "(&(" + PropertyManager.ObjectCategory + "=crossRef)(" + PropertyManager.
NCName
+ "=" + Utils.GetEscapedFilterValue(partitionName!) + "))";
1614
str.Append(PropertyManager.
NCName
);