LoginView.Controls Property

Definition

Gets the ControlCollection object that contains the child controls for the LoginView control.

public:
 virtual property System::Web::UI::ControlCollection ^ Controls { System::Web::UI::ControlCollection ^ get(); };
public override System.Web.UI.ControlCollection Controls { get; }
member this.Controls : System.Web.UI.ControlCollection
Public Overrides ReadOnly Property Controls As ControlCollection

Property Value

The collection of child controls for the LoginView control.

Applies to

See also