returns the app:control element

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public AppControl AppControl { get; set; }
Visual Basic (Declaration)
Public Property AppControl As AppControl
Visual C++
public:

property AppControl^ AppControl {

	AppControl^ get ();

	void set (AppControl^ value);

}

Return Value

See Also