ControlAttribute.PropertyName Property

Definition

Gets the property name.

public:
 property System::String ^ PropertyName { System::String ^ get(); };
public string PropertyName { get; }
member this.PropertyName : string
Public ReadOnly Property PropertyName As String

Property Value

The property name.

Remarks

For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.

Applies to