Gets or sets the available view for the user interface.
Namespace:
UltimateUploaderAssembly: 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); } |