9 references to LinkID
System.DirectoryServices (9)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (9)
378
_propertyEntry.Properties[PropertyManager.
LinkID
].Value = (int)_linkId.Value;
969
object? value = GetValueFromCache(PropertyManager.
LinkID
, false);
980
string filter = "(&(" + PropertyManager.ObjectCategory + "=attributeSchema)" + "(" + PropertyManager.
LinkID
+ "=" + linkIdToSearch + "))";
1012
object? value = GetValueFromCache(PropertyManager.
LinkID
, false);
1040
if (_propertyEntry.Properties.Contains(PropertyManager.
LinkID
))
1042
_propertyEntry.Properties[PropertyManager.
LinkID
].Clear();
1047
_propertyEntry.Properties[PropertyManager.
LinkID
].Value = (int)value.Value;
1226
propertiesToLoad[8] = PropertyManager.
LinkID
;
1243
propertiesToLoad[8] = PropertyManager.
LinkID
;