Deactivates a project and retrieves project properties.
Visual Basic |
---|
Public Function DeactivateProject( _ ByVal DomainName As String, _ ByVal ProjectName As String _ ) As String |
- DomainName
- The domain name.
- ProjectName
- The project name.
On success, returns an XML string containing the project properties.
Always call DisconnectProject before calling DeactivateProject. Failure to do so may leave users connected to the project you are deactivating.