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






In This Topic
    User Property (CubeService)
    In This Topic
    Gets or sets the username in the SSAS server for windows authentication.
    Syntax
    'Declaration
     
    
    Public Property User As System.String
    'Usage
     
    
    Dim instance As CubeService
    Dim value As System.String
     
    instance.User = value
     
    value = instance.User
    public System.string User {get; set;}
    public read-write property User: System.String; 
    public function get,set User : System.String
    public: __property System.string* get_User();
    public: __property void set_User( 
       System.string* value
    );
    public:
    property System.String^ User {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also