Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DeprovisionAll method changes all connector CSEntry objects in the specified management agent to disconnector CSEntry objects.
Syntax
public void DeprovisionAll();
Public Sub DeprovisionAll()
Parameters
This method has no parameters.
Return Value
This method does not return a value.
Examples
The following example shows how to change all connector CSEntry objects in the Fabrikam AD MA management agent to disconnector CSEntry objects:
mventry.ConnectedMAs["Fabrikam AD MA"].Connectors.DeprovisionAll()
mventry.ConnectedMAs("Fabrikam AD MA").Connectors.DeprovisionAll()
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009