4 references to FromServer
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (2)
938string fromServer = (string)PropertyManager.GetSearchResultPropertyValue(r, PropertyManager.FromServer)!; 1014string fromServer = (string)PropertyManager.GetSearchResultPropertyValue(r, PropertyManager.FromServer)!;
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (2)
246string sourceServerDN = (string)PropertyManager.GetPropertyValue(context, cachedDirectoryEntry, PropertyManager.FromServer)!; 751string destinationPath = (string)PropertyManager.GetPropertyValue(context, cachedDirectoryEntry, PropertyManager.FromServer)!;