IISIntrinsicsAttribute Constructors
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.
Initializes a new instance of the IISIntrinsicsAttribute class.
Overloads
IISIntrinsicsAttribute() |
Initializes a new instance of the IISIntrinsicsAttribute class, enabling access to the ASP intrinsic values. |
IISIntrinsicsAttribute(Boolean) |
Initializes a new instance of the IISIntrinsicsAttribute class, optionally disabling access to the ASP intrinsic values. |
IISIntrinsicsAttribute()
Initializes a new instance of the IISIntrinsicsAttribute class, enabling access to the ASP intrinsic values.
public:
IISIntrinsicsAttribute();
public IISIntrinsicsAttribute ();
Public Sub New ()
Applies to
IISIntrinsicsAttribute(Boolean)
Initializes a new instance of the IISIntrinsicsAttribute class, optionally disabling access to the ASP intrinsic values.
public:
IISIntrinsicsAttribute(bool val);
public IISIntrinsicsAttribute (bool val);
new System.EnterpriseServices.IISIntrinsicsAttribute : bool -> System.EnterpriseServices.IISIntrinsicsAttribute
Public Sub New (val As Boolean)
Parameters
- val
- Boolean
true
to enable access to the ASP intrinsic values; otherwise, false
.