System.Web.UI.PropertyEntry Class

Acts as the base class for all property entry classes.

See Also: PropertyEntry Members

Syntax

public abstract class PropertyEntry

Remarks

System.Web.UI.PropertyEntry is the base class for all property entry classes; you cannot create an instance of this class. It defines fields that are used in the derived classes System.Web.UI.BoundPropertyEntry, System.Web.UI.BuilderPropertyEntry, System.Web.UI.ComplexPropertyEntry, System.Web.UI.TemplatePropertyEntry, and System.Web.UI.SimplePropertyEntry.

The page parser uses property entry classes during parsing to represent expressions found within server control tags.

Requirements

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