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.
Unprovisions the service application proxy.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Overrides Sub Unprovision ( _
deleteData As Boolean _
)
'Usage
Dim instance As WordServiceApplicationProxy
Dim deleteData As Boolean
instance.Unprovision(deleteData)
public override void Unprovision(
bool deleteData
)
Parameters
deleteData
Type: System.Booleantrue if any user data associated with the service application proxy should be deleted; otherwise, false.
See Also
Reference
WordServiceApplicationProxy Class