AspNetManagementUtility.IsRemoteConfigured(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
virtual void IsRemoteConfigured([Runtime::InteropServices::Out] int % isRemoteConfigured);
public void IsRemoteConfigured (out int isRemoteConfigured);
abstract member IsRemoteConfigured : int -> unit
override this.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.
Implements
Remarks
For more information about programming with the AspNetManagementUtility class and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.