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