IDReferencePropertyAttribute Constructor (Type)
.NET Framework (current version)
Initializes a new instance of the IDReferencePropertyAttribute class using the specified type.
Assembly: System.Web (in System.Web.dll)
Parameters
- referencedControlType
-
Type:
System.Type
A Type that specifies the type of the control represented by the property to which the IDReferencePropertyAttribute is applied.
The following code example demonstrates how the IDReferencePropertyAttribute attribute is applied to a property that evaluates to a string. In this example, the DataSourceID member identifies a data source control and therefore specifies the DataSourceControl type.
.NET Framework
Available since 2.0
Available since 2.0
Show: