共用方式為


IAspNetManagementUtility.IsRemoteConfigured(Int32) 方法

定義

傳回值,指出是否啟用 ASP.NET 組態容器 (Container) 的遠端存取。

此 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 Management Console (MMC) 進行程式設計的詳細資訊,請參閱 MMC 程式設計人員指南

適用於