PersistNameAttribute.Name Property

Definition

This property is used internally by the ASP.NET page framework. Applications should not use it explicitly. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Property Value

The name being persisted.

Applies to