1 write to transportDN
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (1)
30
this.
transportDN
= transportName;
2 references to transportDN
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (2)
302
((DirectoryEntry)changeList[name]!).Properties["bridgeheadTransportList"].Value = this.
transportDN
;
308
de.Properties["bridgeheadTransportList"].Value = this.
transportDN
;