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