RemoveByName method of the CIM_WebApplicationProxyApplication class

Removes the web application with the specified name from Web Application Proxy.

Syntax

uint32 RemoveByName(
  [in] string Name
);

Parameters

Name [in]

The name of the application to remove.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\WebApplicationProxy
MOF
AppProxyPSProvider.mof
DLL
AppProxyPSProvider.dll

See also

CIM_WebApplicationProxyApplication