IAspNetManagementUtility.IsRemoteConfigured(Int32) 方法

定义

返回一个值,该值指示是否启用对 ASP.NET 配置容器的远程访问。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void IsRemoteConfigured([Runtime::InteropServices::Out] int % isRemoteConfigured);
public void IsRemoteConfigured (out int isRemoteConfigured);
abstract member IsRemoteConfigured : int -> unit
Public Sub IsRemoteConfigured (ByRef isRemoteConfigured As Integer)

参数

isRemoteConfigured
Int32

如果启用对 ASP.NET 配置容器的远程访问,则为 1;否则为 0。

注解

有关使用 IAspNetManagementUtility 接口和 Microsoft 管理控制台 (MMC) 进行编程的详细信息,请参阅 MMC 程序员指南

适用于