IISIntrinsicsAttribute Class
Enables access to ASP intrinsic values from ContextUtil.GetNamedProperty. This class cannot be inherited.
For a list of all members of this type, see IISIntrinsicsAttribute Members.
System.Object
System.Attribute
System.EnterpriseServices.IISIntrinsicsAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class)> <ComVisible(False)> NotInheritable Public Class IISIntrinsicsAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class)] [ComVisible(false)] public sealed class IISIntrinsicsAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class)] [ComVisible(false)] public __gc __sealed class IISIntrinsicsAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class) ComVisible(false) class IISIntrinsicsAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The ASP intrinsic objects can be obtained within a COM+ object using the named properties available from the COM+ object context when the object was created from ASP. With ASP.NET, a new set of intrinsic objects is used, which are not accessed from a context but rather methods in a namespace, much like the ContextUtil class. The case of COM+ objects created from ASP.NET is viable; therefore the intrinsic objects available to COM objects from the COM+ object context might be required so that the COM+ object can interact with ASP.NET.
For more information about using attributes, see Extending Metadata Using Attributes.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
IISIntrinsicsAttribute Members | System.EnterpriseServices Namespace