System.Web.UI.IDReferencePropertyAttribute Class

Defines an attribute applied to properties that contain ID references. This class cannot be inherited.

See Also: IDReferencePropertyAttribute Members

Syntax

public sealed class IDReferencePropertyAttribute : Attribute

Remarks

The System.Web.UI.IDReferencePropertyAttribute class is applied to properties that contain ID references. System.Web.UI.WebControls.Content.ContentPlaceHolderID is an example of a property that contains an ID reference. When this attribute is applied, designers can provide additional functionality during design time, such as listing IDs.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0