Forest.UpdateTrustRelationship Method
Assembly: System.DirectoryServices (in system.directoryservices.dll)
public void UpdateTrustRelationship ( Forest targetForest, TrustDirection newTrustDirection )
public void UpdateTrustRelationship ( Forest targetForest, TrustDirection newTrustDirection )
public function UpdateTrustRelationship ( targetForest : Forest, newTrustDirection : TrustDirection )
Not applicable.
Parameters
- targetForest
A Forest object for which the trust directions must be changed.
- newTrustDirection
A TrustDirection value that specifies the new trust direction for the trust relationship.
| Exception type | Condition |
|---|---|
| There is no trust relationship with the forest that is specified by targetForest. | |
| A call to the underlying directory service resulted in an error. | |
| The target server is either busy or unavailable. | |
| targetForest is a null reference (Nothing in Visual Basic). | |
| newTrustDirection is not a valid TrustDirection value. | |
| The object has been disposed. | |
| The specified account does not have permission to perform this operation. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.