ContextUtil.GetNamedProperty(String) Method

Definition

Returns a named property from the COM+ context.

C#
public static object GetNamedProperty(string name);

Parameters

name
String

The name of the requested property.

Returns

The named property for the context.

Exceptions

There is no COM+ context available.

Remarks

This is useful for obtaining the Internet Information Services (IIS) intrinsic objects provided by Active Server Pages (ASP).

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also