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.
Sets the management point ISAPI. To reset to the default value, pass in null or string.Empty as an argument.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetIsapiPath(
string path
)
public:
void SetIsapiPath(
String^ path
)
Public Sub SetIsapiPath (
path As String
)
Parameters
path
Type: System.StringSet to null or string.Empty to force the default value.
See Also
AdhocMessage Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top