ContextUtil::GetNamedProperty Method (String^)
.NET Framework (current version)
Returns a named property from the COM+ context.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Parameters
- name
-
Type:
System::String^
The name of the requested property.
| Exception | Condition |
|---|---|
| COMException | There is no COM+ context available. |
| PlatformNotSupportedException | The platform is not Windows 2000 or later. |
This is useful for obtaining the Internet Information Services (IIS) intrinsic objects provided by Active Server Pages (ASP).
.NET Framework
Available since 1.1
Available since 1.1
Show: