IAspNetManagementUtility.IsRemoteConfigured(Int32) Method

Definition

Returns a value indicating whether remote access to the ASP.NET configuration container is enabled.

This API supports the product infrastructure and is not intended to be used directly from your code.

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)

Parameters

isRemoteConfigured
Int32

A 1 if remote access to the ASP.NET configuration container is enabled; otherwise, 0.

Remarks

For more information about programming with the IAspNetManagementUtility interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to