[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sets the MP ISAPI. To reset to default, pass in null or string.Empty as an argument

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
SetIsapiPath(
	
string 
path
)
Public 
Sub 
SetIsapiPath ( _
	
path 
As 
String _
)
public:
void 
SetIsapiPath(
	
String^ 
path
)

Parameters

path
String
null or string.Empty to force the default

See Also