ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / CubeService Class / Catalog Property






In This Topic
    Catalog Property (CubeService)
    In This Topic
    Gets or sets the catalog name.
    Syntax
    'Declaration
     
    
    Public Property Catalog As System.String
    'Usage
     
    
    Dim instance As CubeService
    Dim value As System.String
     
    instance.Catalog = value
     
    value = instance.Catalog
    public System.string Catalog {get; set;}
    public read-write property Catalog: System.String; 
    public function get,set Catalog : System.String
    public: __property System.string* get_Catalog();
    public: __property void set_Catalog( 
       System.string* value
    );
    public:
    property System.String^ Catalog {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also