Gets or sets the available view for the user interface.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
public AvailableViews AvailableView { get; set; }
Visual Basic (Declaration)
Public Property AvailableView As AvailableViews
Visual C++
public:
property AvailableViews AvailableView {
	AvailableViews get ();
	void set (AvailableViews value);
}

Field Value

The available view for the user interface.

See Also