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






In This Topic
    Url Property (CubeService)
    In This Topic
    Gets or sets the url of the SSAS server.
    Syntax
    'Declaration
     
    
    Public Property Url As System.String
    'Usage
     
    
    Dim instance As CubeService
    Dim value As System.String
     
    instance.Url = value
     
    value = instance.Url
    public System.string Url {get; set;}
    public read-write property Url: System.String; 
    public function get,set Url : System.String
    public: __property System.string* get_Url();
    public: __property void set_Url( 
       System.string* value
    );
    public:
    property System.String^ Url {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also