ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FileManager Class / CloudType Property

In This Topic
    CloudType Property
    In This Topic
    Gets or sets the type of cloud will be supported by FileManager
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property CloudType As CloudTypes
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public CloudTypes CloudType {get; set;}
    See Also