In This Topic
Deprovisions the specified scope by removing all associated synchronization elements from the database.
Syntax
'Declaration
Public Sub DeprovisionScope( _
ByVal As String _
)
public void DeprovisionScope(
string
)
Parameters
- scopeName
- The name of the scope to deprovision.
See Also