AdhocMessage.SetIsapiPath Method (String)
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